From 3885a43324c9c376239f10792c8ed235d24ef1b5 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sat, 13 Apr 2024 13:06:13 -0400 Subject: [PATCH] update --- README.md | 1 + src/LoRa_APRS_iGate.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b949ab46..2fca21bc 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ ____________________________________________________ ____________________________________________________ ## Timeline (Versions): +- 2024.04.13 Received Packets added on WebUI. - 2024.04.09 iGate/Digirepeater own GPS beacon is encoded (Base91) now. - 2024.03.18 OE5HWN MeshCom board support added. - 2024.02.25 New Web Configuration UI with WiFi AP (thanks Damian SQ2CPA). diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 4a9b6f91..4d99df0e 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -23,7 +23,7 @@ Configuration Config; WiFiClient espClient; -String versionDate = "2024.04.09"; +String versionDate = "2024.04.13"; uint8_t myWiFiAPIndex = 0; int myWiFiAPSize = Config.wifiAPs.size(); WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];