update to recover from wifi AP

This commit is contained in:
richonguzman 2024-08-02 13:08:54 -04:00
parent 497d648c17
commit 3c305259e0
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ ________________________________________________________________________________
#include "A7670_utils.h"
#endif
String versionDate = "2024.07.17";
String versionDate = "2024.08.02";
Configuration Config;
WiFiClient espClient;

View File

@ -40,7 +40,7 @@ namespace WIFI_Utils {
Serial.print(millis());
Serial.println("Reconnecting to WiFi...");
WiFi.disconnect();
WiFi.reconnect();
WIFI_Utils::startWiFi();//WiFi.reconnect();
previousWiFiMillis = millis();
if (Config.backupDigiMode) {