Fix F-Lock index
This commit is contained in:
6
main.c
6
main.c
@@ -127,7 +127,11 @@ void Main(void)
|
|||||||
#ifdef ENABLE_FEAT_F4HWN
|
#ifdef ENABLE_FEAT_F4HWN
|
||||||
gEeprom.KEY_LOCK = 0;
|
gEeprom.KEY_LOCK = 0;
|
||||||
SETTINGS_SaveSettings();
|
SETTINGS_SaveSettings();
|
||||||
gMenuCursor = 63; // move to hidden section, fix me if change... !!!
|
#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
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user