Skip to content

Commit

Permalink
remove voice config from screenshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealMoeder committed Mar 12, 2019
1 parent 79511c5 commit 3a551ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed src/tests/320x240x16/Voice_config.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/tests/test_pages.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ void TestAllPages(CuTest* t)
CONFIG_ReadTemplate("heli_std.ini");
Transmitter.audio_player = AUDIO_AUDIOFX;
Transmitter.current_model = 1;
voice_map_entries = 0;

PAGE_Init();
for (int i = 0; i < PAGEID_LAST; i++) {
Expand All @@ -40,7 +39,8 @@ void TestAllPages(CuTest* t)
if (i == PAGEID_DEBUGLOG ||
i == PAGEID_USB ||
i == PAGEID_SPLASH ||
i == PAGEID_LANGUAGE)
i == PAGEID_LANGUAGE ||
i == PAGEID_VOICECFG)
continue;

if (pages[i].pageName == NULL || pages[i].pageName[0] == '\0')
Expand Down

0 comments on commit 3a551ba

Please sign in to comment.