Quick fix F_LOCK for VOXLess version

This commit is contained in:
Armel FAUVEAU
2024-07-21 22:39:55 +02:00
parent cb6c614d40
commit 0d6eb3d1bc
2 changed files with 1 additions and 1 deletions

2
main.c
View File

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