Fixed RDS residue on memory change

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-06-04 13:14:01 +02:00
parent 8ad62099ed
commit 4a4101053a

View File

@@ -2787,7 +2787,8 @@ void ShowMemoryPos() {
void DoMemoryPosTune() { void DoMemoryPosTune() {
if (spispeed == 7) tft.setSPISpeed(50); if (spispeed == 7) tft.setSPISpeed(50);
radio.clearRDS(fullsearchrds);
// Process empty stations // Process empty stations
if (IsStationEmpty()) { if (IsStationEmpty()) {
memoryposstatus = MEM_DARK; memoryposstatus = MEM_DARK;
@@ -2884,6 +2885,7 @@ void DoMemoryPosTune() {
BWtune = true; BWtune = true;
memtune = true; memtune = true;
memreset = true; memreset = true;
rdsflagreset = false;
ShowFreq(0); ShowFreq(0);
} }