We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3785845 commit 0416d69Copy full SHA for 0416d69
2 files changed
src/tests/320x240x16/Voice_config.png
-10.9 KB
src/tests/test_pages.c
@@ -19,7 +19,6 @@ void TestAllPages(CuTest* t)
19
CONFIG_ReadTemplate("heli_std.ini");
20
Transmitter.audio_player = AUDIO_AUDIOFX;
21
Transmitter.current_model = 1;
22
- voice_map_entries = 0;
23
24
PAGE_Init();
25
for (int i = 0; i < PAGEID_LAST; i++) {
@@ -40,7 +39,8 @@ void TestAllPages(CuTest* t)
40
39
if (i == PAGEID_DEBUGLOG ||
41
i == PAGEID_USB ||
42
i == PAGEID_SPLASH ||
43
- i == PAGEID_LANGUAGE)
+ i == PAGEID_LANGUAGE ||
+ i == PAGEID_VOICECFG)
44
continue;
45
46
if (pages[i].pageName == NULL || pages[i].pageName[0] == '\0')
0 commit comments