@@ 472,7 472,7 @@ uint8_t connectMultiWiFi()
do {
status = WiFi.status();
-
+ watchdog_update();
if ( status == WL_CONNECTED )
break;
else
@@ 642,7 642,7 @@ void setup()
}
LOGERROR(F("WiFi connected...yeey :)"));
-
+ watchdog_update();
// Only clear then save data if CP entered and with new valid Credentials
// No CP => stored getSSID() = ""
if ( String(RP2040W_WiFiManager.getSSID(0)) != "")
@@ 657,6 657,7 @@ void setup()
resetFunc();
}
+ watchdog_update();
startedAt = millis();
if (!initialConfig)
@@ 959,7 960,7 @@ void loop() {
hostname.replace("_", "-");
br_adr = WiFi.localIP();
- br_adr[3] = 155;
+ br_adr[3] = 255;
Serial.println(F("Local Address"));
Serial.println(WiFi.localIP());