Improved PI error show with '?'

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-02-26 11:24:34 +01:00
parent 4d72dfe131
commit 14cb969b15

View File

@@ -442,7 +442,7 @@ void TEF6686::readRDS(byte showrdserrors) {
}
}
if (!rdsAerrorThreshold) {
if (ps_process && ((rds.rdsErr >> 14) & 0x03) == 0) {
rds.picode[4] = ' ';
rds.picode[5] = ' ';
errorfreepi = true;