When radiotext changes, ticker is reset

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-11 23:33:54 +02:00
parent 08deb58ae4
commit a013efddd3
+1
View File
@@ -815,6 +815,7 @@ void showRadioText() {
Udp.endPacket();
}
}
if (RTold != (radio.rds.stationText + " " + radio.rds.stationText32)) xPos = 0;
RTold = radio.rds.stationText + " " + radio.rds.stationText32;
}