Speed improvement and GUI bugfix

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-08 19:10:51 +02:00
parent 1492195dcd
commit 32fac40ccd
4 changed files with 14 additions and 14 deletions

View File

@@ -738,7 +738,6 @@ void TEF6686::readRDS(byte showrdserrors)
rds.hour += rds.offset;
rds.hour = (((byte)rds.hour + 24) % 24);
rds.hasCT = true;
Serial.println(rds.offset);
}
} break;