From 3f15e8ab886b66548f7845fd69b383688559481e Mon Sep 17 00:00:00 2001 From: richonguzman Date: Tue, 2 Jan 2024 21:51:39 -0300 Subject: [PATCH] 1W start --- 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 dfc66d8..93ed9bd 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ ____________________________________________________ ____________________________________________________ ## Timeline (Versions): +- 2024.01.02 Added support for EByte 400M30S 1Watt LoRa module for DIY ESP32 iGate. - 2023.12.27 HELTEC V3 board support added. - 2023.12.26 Added BME680 module to BME/BMP280 modules supported. - 2023.12.20 Updated to ElegantOTA v.3 (AsyncElegantOTA was deprecated). diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index d08ac33..68c2005 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -19,7 +19,7 @@ Configuration Config; WiFiClient espClient; -String versionDate = "2023.12.27"; +String versionDate = "2024.01.02"; int myWiFiAPIndex = 0; int myWiFiAPSize = Config.wifiAPs.size(); WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];