Fix flashing PI in USA mode while searching callsign in database

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-11-07 12:33:52 +01:00
parent 1a6c294bf8
commit 5d86568f48
3 changed files with 3 additions and 7 deletions
-3
View File
@@ -407,14 +407,12 @@ void TEF6686::readRDS(byte showrdserrors)
rds.picode[i] += 'A' - 10; // Add ASCII offset for hexadecimal letters A-F
}
}
rds.picodetext = rds.picode;
}
if (!rdsAerrorThreshold && !rdsBerrorThreshold && !rdsCerrorThreshold && !rdsDerrorThreshold) {
rds.picode[4] = ' ';
rds.picode[5] = ' ';
errorfreepi = true;
rds.picodetext = rds.picode;
}
if (!errorfreepi) {
@@ -1435,7 +1433,6 @@ void TEF6686::clearRDS (bool fullsearchrds) {
rds.PTYN = "";
rds.ECCtext = "";
rds.LICtext = "";
rds.picodetext = "";
rds.stationIDtext = "";
rds.stationStatetext = "";