From 07287c500ab45b679063f275d0f0e3b7c6dace16 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Mon, 9 Oct 2023 22:50:27 -0300 Subject: [PATCH] update version date --- 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 39d6310..99038c1 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -20,7 +20,7 @@ Configuration Config; WiFiClient espClient; -String versionDate = "2023.10.08"; +String versionDate = "2023.10.09"; int myWiFiAPIndex = 0; int myWiFiAPSize = Config.wifiAPs.size(); WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];