This commit is contained in:
Armel FAUVEAU
2024-09-05 01:28:34 +02:00
parent fda168cfc0
commit 26414b2811

View File

@@ -102,6 +102,7 @@ void BOOT_ProcessMode(BOOT_Mode_t Mode)
gAircopyState = AIRCOPY_READY;
gEeprom.BACKLIGHT_TIME = 61;
gEeprom.KEY_LOCK = 0;
GUI_SelectNextDisplay(DISPLAY_AIRCOPY);
}