Fix incorrect show EON indicator on Deep Blue skin

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-04-12 11:39:38 +02:00
parent a501b7207c
commit e202415dc8
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4422,7 +4422,7 @@ void startFMDXScan() {
band = BAND_FM;
SelectBand();
}
endMenu();
if (menu) endMenu();
DoMemoryPosTune();
} else {
tunemode = TUNE_MAN;
@@ -4431,7 +4431,7 @@ void startFMDXScan() {
SelectBand();
endMenu();
}
endMenu();
if (menu) endMenu();
TuneUp();
ShowFreq(0);
}