gps distance correction when Overlay is not /

This commit is contained in:
richonguzman
2023-08-15 11:51:17 -04:00
parent 09eacd652d
commit 970fface06
2 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
Configuration Config;
WiFiClient espClient;
String versionDate = "2023.08.05";
String versionDate = "2023.08.15";
int myWiFiAPIndex = 0;
int myWiFiAPSize = Config.wifiAPs.size();
WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];