This commit is contained in:
richonguzman 2024-01-02 21:51:39 -03:00
parent ea4bd1f9f5
commit 3f15e8ab88
2 changed files with 2 additions and 1 deletions

View File

@ -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).

View File

@ -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];