From d50f0dd300a3bf7ca7d09d370350b01d7fbeb484 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Thu, 7 Mar 2024 22:48:05 -0300 Subject: [PATCH] date change --- 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 83e71b1..09bc4ee 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -22,7 +22,7 @@ Configuration Config; WiFiClient espClient; -String versionDate = "2024.03.07"; +String versionDate = "2024.03.08"; int myWiFiAPIndex = 0; int myWiFiAPSize = Config.wifiAPs.size(); WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];