Skip to content

Commit 0416d69

Browse files
committed
remove voice config from screenshot tests
1 parent 3785845 commit 0416d69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

-10.9 KB
Binary file not shown.

src/tests/test_pages.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ void TestAllPages(CuTest* t)
1919
CONFIG_ReadTemplate("heli_std.ini");
2020
Transmitter.audio_player = AUDIO_AUDIOFX;
2121
Transmitter.current_model = 1;
22-
voice_map_entries = 0;
2322

2423
PAGE_Init();
2524
for (int i = 0; i < PAGEID_LAST; i++) {
@@ -40,7 +39,8 @@ void TestAllPages(CuTest* t)
4039
if (i == PAGEID_DEBUGLOG ||
4140
i == PAGEID_USB ||
4241
i == PAGEID_SPLASH ||
43-
i == PAGEID_LANGUAGE)
42+
i == PAGEID_LANGUAGE ||
43+
i == PAGEID_VOICECFG)
4444
continue;
4545

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

0 commit comments

Comments
 (0)