Fix on PS view in memory mode

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-05-23 21:06:21 +02:00
parent 1f304311e1
commit 30e407b3ae
+1 -1
View File
@@ -2080,12 +2080,12 @@ void SelectBand() {
RTold = ""; RTold = "";
BWreset = true; BWreset = true;
BWset = BWsetFM; BWset = BWsetFM;
radio.clearRDS(fullsearchrds);
freqold = frequency_AM; freqold = frequency_AM;
if (!externaltune) CheckBandForbiddenFM(); if (!externaltune) CheckBandForbiddenFM();
doBW(); doBW();
if (!screenmute) BuildDisplay(); if (!screenmute) BuildDisplay();
} }
radio.clearRDS(fullsearchrds);
} }
void BWButtonPress() { void BWButtonPress() {