readme change and version update

This commit is contained in:
richonguzman 2024-04-22 13:31:02 -04:00
parent 2b0cc514f0
commit bd8c8e2eb1
2 changed files with 2 additions and 1 deletions

View file

@ -33,6 +33,7 @@ ____________________________________________________
____________________________________________________
## Timeline (Versions):
- 2024.04.22 added Wemos Lolin32 OLED DIY LoRa support.
- 2024.04.21 WEB INSTALLER (thanks Damian SQ2CPA).
- 2024.04.20 New Output Buffer process: no more packets lost.
- 2024.04.13 Received Packets added on WebUI.

View file

@ -24,7 +24,7 @@
Configuration Config;
WiFiClient espClient;
String versionDate = "2024.04.21";
String versionDate = "2024.04.22";
uint8_t myWiFiAPIndex = 0;
int myWiFiAPSize = Config.wifiAPs.size();
WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];