From 6088c61e7331036a9c69027358e2aaa0919ef8d0 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Mon, 26 Aug 2024 10:33:49 -0400 Subject: [PATCH] versionUpdate + utils beacon message update --- 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 4db000b..5054109 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -38,7 +38,7 @@ ________________________________________________________________________________ #include "A7670_utils.h" #endif -String versionDate = "2024.08.21"; +String versionDate = "2024.08.26"; Configuration Config; WiFiClient espClient;