RDS clock is now shown as it's transmitted via RDS (not the RTC time)

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-08 17:37:51 +02:00
parent 936a202d7a
commit 2fbdcb163c
3 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ typedef struct _rds_ {
String PTYN;
char stationType[18];
char picode[7];
uint16_t hour, minute, day, month, year, offsetplusmin, rdsA, rdsB, rdsC, rdsD, rdsErr, correctPI, rdsplusTag1, rdsplusTag2;
uint16_t hour, minute, day, month, year, rdsA, rdsB, rdsC, rdsD, rdsErr, correctPI, rdsplusTag1, rdsplusTag2;
int8_t offset;
unsigned int ECC;
unsigned int LIC;