Gradient adaptations

This commit is contained in:
MCelliotG
2025-02-28 15:47:58 +02:00
committed by GitHub
parent 1e9bebe417
commit c7aab26b98
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -617,7 +617,7 @@ void showPI() {
void showPTY() {
if (strcmp(radio.rds.stationType, programTypePrevious)) {
String PTYString = String(radio.rds.stationTypeCode) + ": " + (radio.rds.region != 0 ? radio.rds.stationType : myLanguage[language][228 + radio.rds.stationTypeCode]);
String PTYString = String(radio.rds.stationTypeCode) + "/" + (radio.rds.region != 0 ? radio.rds.stationType : myLanguage[language][228 + radio.rds.stationTypeCode]);
if (radio.rds.stationTypeCode == 32) PTYString = "";