From dba1db3ea6cb1bad1203c19d3967bbf3f0438505 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Thu, 21 Nov 2024 16:06:11 +0100 Subject: [PATCH] Disable scan resume with Air Copy --- helper/boot.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helper/boot.c b/helper/boot.c index fb97dc8..ace0ab9 100644 --- a/helper/boot.c +++ b/helper/boot.c @@ -111,6 +111,10 @@ void BOOT_ProcessMode(BOOT_Mode_t Mode) gEeprom.BACKLIGHT_TIME = 61; gEeprom.KEY_LOCK = 0; + #ifdef ENABLE_FEAT_F4HWN + gEeprom.CURRENT_STATE = 0; // Don't scan if scan resume is active... + #endif + GUI_SelectNextDisplay(DISPLAY_AIRCOPY); } #endif