From e2dcd9876b3c09d1f8f2fb68ac1c80a65cc708ee Mon Sep 17 00:00:00 2001 From: prokrypt Date: Wed, 24 Jul 2024 21:55:35 -0700 Subject: [PATCH] Update main.c: make sure monitor mode is disabled upon scan exit --- app/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.c b/app/main.c index b7345e212..0026a2775 100644 --- a/app/main.c +++ b/app/main.c @@ -555,6 +555,7 @@ static void MAIN_Key_EXIT(bool bKeyPressed, bool bKeyHeld) else { gScanKeepResult = false; CHFRSCANNER_Stop(); + gMonitor = false; #ifdef ENABLE_VOICE gAnotherVoiceID = VOICE_ID_SCANNING_STOP;