From 9c488991e25bdbdca8f2bace89a7295875260938 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Wed, 1 Jan 2025 21:57:21 -0300 Subject: [PATCH] ready for testing --- src/LoRa_APRS_iGate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 99ef198..65b8f6f 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -48,7 +48,7 @@ ___________________________________________________________________*/ #include "A7670_utils.h" #endif -String versionDate = "2025.01.01"; +String versionDate = "2025.01.02"; Configuration Config; WiFiClient espClient; #ifdef HAS_GPS