Added AID information

In case AID (Open Data Application’s IDentification) is available a ticker in the AF/EON screen will show you the available AID's on the channel.
This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-13 22:06:34 +02:00
parent 41e3c6be1f
commit 8cef90f81b
7 changed files with 207 additions and 29 deletions
+3
View File
@@ -108,6 +108,7 @@ bool XDRGTKTCP;
bool XDRGTKUSB;
bool XDRMute;
byte af_counterold;
byte aid_counterold;
byte afpagenr;
byte amnb;
byte audiomode;
@@ -248,6 +249,7 @@ int8_t VolSet;
float batteryVold;
IPAddress remoteip;
String afstringold;
String AIDString;
String cryptedpassword;
String CurrentThemeString;
String ECColdtxt;
@@ -2280,6 +2282,7 @@ void ShowFreq(int mode) {
licold = 254;
ECCold = 253;
afmethodBold = false;
aid_counterold = 0;
if (wifi) {
Udp.beginPacket(remoteip, 9030);