From 26414b281189f4e20ac3baedf7d243dfc285b3ff Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Thu, 5 Sep 2024 01:28:34 +0200 Subject: [PATCH] Fix issue #244 --- helper/boot.c | 1 + 1 file changed, 1 insertion(+) diff --git a/helper/boot.c b/helper/boot.c index 2739ce0..9f69735 100644 --- a/helper/boot.c +++ b/helper/boot.c @@ -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); }