From 9044addd0b3726851bbbafa82e7d10458265a4a5 Mon Sep 17 00:00:00 2001 From: hans-jurgen Date: Thu, 26 Sep 2024 21:44:20 +0200 Subject: [PATCH] 2024-09-2600 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 007ed12..32df15c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -119,7 +119,7 @@ static void setup_wifi() { Serial.print("."); ErrCount ++; if (ErrCount >= 20){ - delay(100); + delay(200); ESP.restart(); } }