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

View File

@@ -948,7 +948,7 @@ void TEF6686::clearRDS (bool fullsearchrds)
rdsblock = 254;
piold = 0;
rds.correctPI = 0;
rds.ECC = 0;
rds.ECC = 254;
rds.LIC = 254;
rds.pinHour = 0;
rds.pinMin = 0;