1W start
This commit is contained in:
parent
ea4bd1f9f5
commit
3f15e8ab88
|
|
@ -60,6 +60,7 @@ ____________________________________________________
|
||||||
____________________________________________________
|
____________________________________________________
|
||||||
## Timeline (Versions):
|
## 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.27 HELTEC V3 board support added.
|
||||||
- 2023.12.26 Added BME680 module to BME/BMP280 modules supported.
|
- 2023.12.26 Added BME680 module to BME/BMP280 modules supported.
|
||||||
- 2023.12.20 Updated to ElegantOTA v.3 (AsyncElegantOTA was deprecated).
|
- 2023.12.20 Updated to ElegantOTA v.3 (AsyncElegantOTA was deprecated).
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
Configuration Config;
|
Configuration Config;
|
||||||
WiFiClient espClient;
|
WiFiClient espClient;
|
||||||
|
|
||||||
String versionDate = "2023.12.27";
|
String versionDate = "2024.01.02";
|
||||||
int myWiFiAPIndex = 0;
|
int myWiFiAPIndex = 0;
|
||||||
int myWiFiAPSize = Config.wifiAPs.size();
|
int myWiFiAPSize = Config.wifiAPs.size();
|
||||||
WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];
|
WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue