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;