When ECC is 0x00 it's not refreshed after tuning.

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-08 22:18:29 +02:00
parent ca6a9957d2
commit 0fd7648158
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -2241,7 +2241,6 @@ void ShowFreq(int mode) {
rds_clockold = ""; rds_clockold = "";
rdsreset = true; rdsreset = true;
clearrds = true; clearrds = true;
ECCold = 254;
licold = 254; licold = 254;
if (wifi) { if (wifi) {
+1 -1
View File
@@ -948,7 +948,7 @@ void TEF6686::clearRDS (bool fullsearchrds)
rdsblock = 254; rdsblock = 254;
piold = 0; piold = 0;
rds.correctPI = 0; rds.correctPI = 0;
rds.ECC = 0; rds.ECC = 254;
rds.LIC = 254; rds.LIC = 254;
rds.pinHour = 0; rds.pinHour = 0;
rds.pinMin = 0; rds.pinMin = 0;