mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-17 02:34:47 +01:00
readme change and version update
This commit is contained in:
parent
2b0cc514f0
commit
bd8c8e2eb1
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue