We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4e1a4 commit de0492aCopy full SHA for de0492a
src/network_interfaces/Wippersnapper_ESP8266.h
@@ -343,7 +343,7 @@ class Wippersnapper_ESP8266 : public Wippersnapper {
343
long startRetry = millis();
344
WS_DEBUG_PRINTLN("CONNECTING");
345
346
- while (_wifiMulti.run(5000) != WL_CONNECTED &&
+ while (_wifiMulti.run(25000) != WL_CONNECTED &&
347
millis() - startRetry < 10000) {
348
// ESP8266 WDT requires yield() during a busy-loop so it doesn't bite
349
yield();
0 commit comments