Merge pull request #199 from armel/feature_update_v3

Quick fix F_LOCK for VOXLess version
This commit is contained in:
Armel FAUVEAU
2024-07-21 22:41:02 +02:00
committed by GitHub
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