2024-09-2600

This commit is contained in:
hans-jurgen 2024-09-26 21:44:20 +02:00
parent 68e1241260
commit 9044addd0b

View File

@ -119,7 +119,7 @@ static void setup_wifi() {
Serial.print("."); Serial.print(".");
ErrCount ++; ErrCount ++;
if (ErrCount >= 20){ if (ErrCount >= 20){
delay(100); delay(200);
ESP.restart(); ESP.restart();
} }
} }