From a40502344fe55d402a1fcd8e18beb7249f2f26a2 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Mon, 12 May 2025 18:47:00 -0400 Subject: [PATCH] version number update --- src/aprs_is_utils.cpp | 2 +- src/query_utils.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/aprs_is_utils.cpp b/src/aprs_is_utils.cpp index a6d842f..6e5954c 100644 --- a/src/aprs_is_utils.cpp +++ b/src/aprs_is_utils.cpp @@ -60,7 +60,7 @@ namespace APRS_IS_Utils { aprsAuth += Config.callsign; aprsAuth += " pass "; aprsAuth += Config.aprs_is.passcode; - aprsAuth += " vers CA2RXU_iGate 2.3 filter "; + aprsAuth += " vers CA2RXU_iGate 3.0 filter "; aprsAuth += Config.aprs_is.filter; upload(aprsAuth); } diff --git a/src/query_utils.cpp b/src/query_utils.cpp index 26c5d31..295412e 100644 --- a/src/query_utils.cpp +++ b/src/query_utils.cpp @@ -24,7 +24,7 @@ namespace QUERY_Utils { if (queryQuestion == "?APRS?" || queryQuestion == "H" || queryQuestion == "HELP" || queryQuestion=="?") { answer.concat("?APRSV ?APRSP ?APRSL ?APRSSSR ?EM=? ?TX=? "); // ?APRSH ?WHERE callsign } else if (queryQuestion == "?APRSV") { - answer.concat("CA2RXU_LoRa_iGate 2.3 v"); + answer.concat("CA2RXU_LoRa_iGate 3.0 v"); answer.concat(versionDate); } else if (queryQuestion == "?APRSP") { answer.concat("iGate QTH: ");