mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-04 14:54:17 +01:00
update version date
This commit is contained in:
parent
afb30bf56e
commit
07287c500a
|
|
@ -20,7 +20,7 @@
|
|||
Configuration Config;
|
||||
WiFiClient espClient;
|
||||
|
||||
String versionDate = "2023.10.08";
|
||||
String versionDate = "2023.10.09";
|
||||
int myWiFiAPIndex = 0;
|
||||
int myWiFiAPSize = Config.wifiAPs.size();
|
||||
WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];
|
||||
|
|
|
|||
Loading…
Reference in a new issue