Fix F-Lock index

This commit is contained in:
Armel FAUVEAU
2024-07-14 01:36:47 +02:00
parent 898eb99814
commit f87ce1119a

4
main.c
View File

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