RDS USA now shows both PI and Callsign

Callsign converter needs futher adjustment.
This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-23 21:29:05 +02:00
parent 4f73645364
commit 753061792d
6 changed files with 86 additions and 55 deletions
+2 -1
View File
@@ -326,7 +326,7 @@ static const char* const ECCtext[] {
};
static const char* const LICtext[] = {
"Not def.", // 0
"Unknown", // 0
"Albanian", // 1
"Breton", // 2
"Catalan", // 3
@@ -538,6 +538,7 @@ typedef struct _rds_ {
String LICtext;
char stationType[18];
char picode[7];
char stationID[7];
uint16_t hour, minute, day, month, year, rdsA, rdsB, rdsC, rdsD, rdsErr, rdsStat, correctPI, rdsplusTag1, rdsplusTag2;
uint16_t aid[10];
byte aid_counter;