Some more fixes on RDS

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-28 23:03:08 +02:00
parent 2a3a190ecc
commit 62a6a67fbc
19 changed files with 21992 additions and 43520 deletions

View File

@@ -536,6 +536,9 @@ typedef struct _rds_ {
String PTYN;
String ECCtext;
String LICtext;
String picodetext;
String stationIDtext;
String stationStatetext;
char stationType[18];
char picode[7];
char stationID[8];
@@ -714,6 +717,6 @@ class TEF6686 {
uint8_t af_counterb;
uint8_t af_counterbcheck;
bool afmethodBtrigger;
uint16_t correctPIold;
uint16_t correctPIold;
};
#endif