Skip to content

Commit de0492a

Browse files
committed
Update wifi timeout for esp8266
1 parent 5d4e1a4 commit de0492a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network_interfaces/Wippersnapper_ESP8266.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ class Wippersnapper_ESP8266 : public Wippersnapper {
343343
long startRetry = millis();
344344
WS_DEBUG_PRINTLN("CONNECTING");
345345

346-
while (_wifiMulti.run(5000) != WL_CONNECTED &&
346+
while (_wifiMulti.run(25000) != WL_CONNECTED &&
347347
millis() - startRetry < 10000) {
348348
// ESP8266 WDT requires yield() during a busy-loop so it doesn't bite
349349
yield();

0 commit comments

Comments
 (0)