Moved setclock to API

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-07-14 20:43:35 +02:00
parent 9a954c0d41
commit ee3cc2a493
3 changed files with 9 additions and 15 deletions

View File

@@ -107,7 +107,7 @@ typedef struct _rds_ {
String PTYN;
char stationType[18];
char picode[6];
uint16_t hour, minutes, days, months, years, offsetplusmin, rdsA, rdsB, rdsC, rdsD, rdsErr;
uint16_t hour, minutes, day, month, year, offsetplusmin, rdsA, rdsB, rdsC, rdsD, rdsErr;
int8_t offset;
unsigned int ECC;
unsigned int LIC;