F Lock is a trap... so refactoring

This commit is contained in:
Armel FAUVEAU
2024-07-31 03:21:39 +02:00
parent 5cf119c856
commit b6334e3b91
11 changed files with 68 additions and 20 deletions

4
main.c
View File

@@ -129,9 +129,9 @@ void Main(void)
gEeprom.KEY_LOCK = 0;
SETTINGS_SaveSettings();
#ifndef ENABLE_VOX
gMenuCursor = 62; // move to hidden section, fix me if change... !!! Remove VOX and Mic Bar
gMenuCursor = 63; // move to hidden section, fix me if change... !!! Remove VOX and Mic Bar
#else
gMenuCursor = 64; // move to hidden section, fix me if change... !!!
gMenuCursor = 65; // move to hidden section, fix me if change... !!!
#endif
gSubMenuSelection = gSetting_F_LOCK;
#endif