Fix scanning on opposite VFO, ignore scan result on EXIT button, changed status bar while scanning

This commit is contained in:
Krzysiek Egzmont
2023-10-17 02:57:55 +02:00
parent 0c0cbb232c
commit 6172d942be
3 changed files with 26 additions and 12 deletions

View File

@@ -506,6 +506,7 @@ static void MAIN_Key_EXIT(bool bKeyPressed, bool bKeyHeld)
}
else
{
bScanKeepFrequency = false;
SCANNER_Stop();
#ifdef ENABLE_VOICE