This commit is contained in:
richonguzman 2024-04-13 13:06:13 -04:00
parent 0695e6643e
commit 3885a43324
2 changed files with 2 additions and 1 deletions

View file

@ -47,6 +47,7 @@ ____________________________________________________
____________________________________________________
## Timeline (Versions):
- 2024.04.13 Received Packets added on WebUI.
- 2024.04.09 iGate/Digirepeater own GPS beacon is encoded (Base91) now.
- 2024.03.18 OE5HWN MeshCom board support added.
- 2024.02.25 New Web Configuration UI with WiFi AP (thanks Damian SQ2CPA).

View file

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