Fix Voxless not functional menus

This commit is contained in:
Armel FAUVEAU
2025-02-12 02:13:55 +01:00
parent f2996f2430
commit c384a682bb
4 changed files with 14 additions and 17 deletions

2
main.c
View File

@@ -164,7 +164,7 @@ void Main(void)
gEeprom.KEY_LOCK = 0;
SETTINGS_SaveSettings();
#ifndef ENABLE_VOX
gMenuCursor = 65; // move to hidden section, fix me if change... !!! Remove VOX and Mic Bar
gMenuCursor = 67; // move to hidden section, fix me if change... !!! Remove VOX and Mic Bar
#else
gMenuCursor = 68; // move to hidden section, fix me if change... !!!
#endif