Fixed regression PS overlapping in AF view

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-06-10 10:18:46 +02:00
parent 6c60d04423
commit 2e614c4c6d
+1 -1
View File
@@ -730,8 +730,8 @@ void showPS() {
} }
Udp.endPacket(); Udp.endPacket();
} }
PSold = radio.rds.stationName;
} }
PSold = radio.rds.stationName;
} }
} }