No RDS reset after leaving screenmute

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-09-10 21:32:25 +02:00
parent 037e9b42ed
commit 5826e77905
-1
View File
@@ -3125,7 +3125,6 @@ void MuteScreen(bool setting) {
setupmode = true; setupmode = true;
tft.writecommand(0x11); tft.writecommand(0x11);
analogWrite(CONTRASTPIN, ContrastSet * 2 + 27); analogWrite(CONTRASTPIN, ContrastSet * 2 + 27);
radio.clearRDS(fullsearchrds);
BuildDisplay(); BuildDisplay();
setupmode = false; setupmode = false;
} else if (setting && !screenmute) { } else if (setting && !screenmute) {