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
+3
View File
@@ -180,6 +180,8 @@ char buff[16];
char eonpicodeold[20][6];
char programTypePrevious[18];
char radioIdPrevious[7];
char stationIDPrevious[8];
char stationStatePrevious[3];
const uint8_t* currentFont = nullptr;
float vPerold;
int ActiveColor;
@@ -274,6 +276,7 @@ String rtplusstringold;
String salt;
String saltkey = " ";
String stationIDold;
String stationStateold;
String SWMIBandstring = String();
String SWMIBandstringold = String();
String XDRGTK_key;