Compare commits

...

1 Commits

Author SHA1 Message Date
Ricardo Guzman aaa44200b5 test query callsign fix 2026-07-06 13:09:19 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ ___________________________________________________________________*/
#endif
String versionDate = "2026-06-29";
String versionDate = "2026-07-06";
String versionNumber = "4.0.0";
Configuration Config;
WiFiClient aprsIsClient;
+1 -1
View File
@@ -139,7 +139,7 @@ namespace QUERY_Utils {
if (answer == "") return "";
String queryAnswer = Config.callsign;
String queryAnswer = (Config.tacticalCallsign == "" ? Config.callsign : Config.tacticalCallsign);
queryAnswer += ">APLRG1";
if (queryFromAPRSIS) {
queryAnswer += ",TCPIP,qAC";