all updated
This commit is contained in:
parent
a7976ff638
commit
2866218cbe
|
|
@ -51,6 +51,7 @@ ____________________________________________________
|
|||
____________________________________________________
|
||||
## Timeline (Versions):
|
||||
|
||||
- 2023.01.28 Updated to ElegantOTA v.3 (AsyncElegantOTA was deprecated).
|
||||
- 2024.01.19 TextSerialOutputForApp added to get text from Serial-Output over USB into PC for PinPoint App (https://www.pinpointaprs.com) and APRSIS32 App (http://aprsisce.wikidot.com)
|
||||
- 2024.01.12 Added iGate Mode to also repeat packets (like a iGate+DigiRepeater) in stationMode 2 and 5.
|
||||
- 2024.01.11 Added iGate Mode to enable APRS-IS and LoRa beacon report at the same time.
|
||||
|
|
@ -58,7 +59,6 @@ ____________________________________________________
|
|||
- 2024.01.02 Added support for EByte 400M30S 1Watt LoRa module for DIY ESP32 iGate.
|
||||
- 2023.12.27 HELTEC V3 board support added. Thanks Luc ON2ON.
|
||||
- 2023.12.26 Added BME680 module to BME/BMP280 modules supported.
|
||||
- 2023.12.20 Updated to ElegantOTA v.3 (AsyncElegantOTA was deprecated).
|
||||
- 2023.12.07 MIC-E process and syslog added.
|
||||
- 2023.12.06 HELTEC V2 board support added.
|
||||
- 2023.11.26 Small correction to enable Syslog in stationMode5.
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -20,7 +20,7 @@
|
|||
Configuration Config;
|
||||
WiFiClient espClient;
|
||||
|
||||
String versionDate = "2024.01.27";
|
||||
String versionDate = "2024.01.28";
|
||||
int myWiFiAPIndex = 0;
|
||||
int myWiFiAPSize = Config.wifiAPs.size();
|
||||
WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];
|
||||
|
|
|
|||
Loading…
Reference in New Issue