Added database with USA callsigns and states

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-27 23:50:41 +02:00
parent b29549d286
commit 32f3edf49f
7 changed files with 43584 additions and 21571 deletions

View File

@@ -538,7 +538,8 @@ typedef struct _rds_ {
String LICtext;
char stationType[18];
char picode[7];
char stationID[7];
char stationID[8];
char stationState[3];
uint16_t hour, minute, day, month, year, rdsA, rdsB, rdsC, rdsD, rdsErr, rdsStat, correctPI, rdsplusTag1, rdsplusTag2;
uint16_t aid[10];
byte aid_counter;
@@ -713,5 +714,6 @@ class TEF6686 {
uint8_t af_counterb;
uint8_t af_counterbcheck;
bool afmethodBtrigger;
uint16_t correctPIold;
};
#endif