mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-18 15:43:14 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aaa44200b5 |
@@ -68,7 +68,7 @@ ___________________________________________________________________*/
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
String versionDate = "2026-06-29";
|
String versionDate = "2026-07-06";
|
||||||
String versionNumber = "4.0.0";
|
String versionNumber = "4.0.0";
|
||||||
Configuration Config;
|
Configuration Config;
|
||||||
WiFiClient aprsIsClient;
|
WiFiClient aprsIsClient;
|
||||||
|
|||||||
+1
-1
@@ -139,7 +139,7 @@ namespace QUERY_Utils {
|
|||||||
|
|
||||||
if (answer == "") return "";
|
if (answer == "") return "";
|
||||||
|
|
||||||
String queryAnswer = Config.callsign;
|
String queryAnswer = (Config.tacticalCallsign == "" ? Config.callsign : Config.tacticalCallsign);
|
||||||
queryAnswer += ">APLRG1";
|
queryAnswer += ">APLRG1";
|
||||||
if (queryFromAPRSIS) {
|
if (queryFromAPRSIS) {
|
||||||
queryAnswer += ",TCPIP,qAC";
|
queryAnswer += ",TCPIP,qAC";
|
||||||
|
|||||||
Reference in New Issue
Block a user