Shift F-Lock index again

This commit is contained in:
Armel FAUVEAU
2024-07-16 04:55:43 +02:00
parent e8a381b237
commit ce712fe94d

4
main.c
View File

@@ -128,9 +128,9 @@ void Main(void)
gEeprom.KEY_LOCK = 0; gEeprom.KEY_LOCK = 0;
SETTINGS_SaveSettings(); SETTINGS_SaveSettings();
#ifndef ENABLE_VOX #ifndef ENABLE_VOX
gMenuCursor = 62; // move to hidden section, fix me if change... !!!
#else
gMenuCursor = 63; // move to hidden section, fix me if change... !!! gMenuCursor = 63; // move to hidden section, fix me if change... !!!
#else
gMenuCursor = 64; // move to hidden section, fix me if change... !!!
#endif #endif
#endif #endif
} }