Improve power settings

This commit is contained in:
Armel FAUVEAU
2024-07-16 03:20:51 +02:00
parent 88ef0d9925
commit 697bcb4a2e
12 changed files with 150 additions and 155 deletions

4
main.c
View File

@@ -128,9 +128,9 @@ 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... !!!
#else
gMenuCursor = 64; // move to hidden section, fix me if change... !!!
gMenuCursor = 63; // move to hidden section, fix me if change... !!!
#endif
#endif
}