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
+1 -1
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];