When LIC is 0x00 it was not shown as "Unknown" after tuning

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-08 21:44:19 +02:00
parent 98a5120dfd
commit cc8b43eb66

View File

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