Skip to content

Commit 03dbd6a

Browse files
Increase WiFi.begin() default timeout to 15s (#1041)
Fixes #1031, or at least covers the case of slower associations.
1 parent fca7fb5 commit 03dbd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WiFi/src/WiFiClass.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ class WiFiClass {
381381
void feedWatchdog();
382382

383383
private:
384-
int _timeout = 10000;
384+
int _timeout = 15000;
385385
String _ssid;
386386
String _password;
387387
bool _wifiHWInitted = false;

0 commit comments

Comments
 (0)