Skip to content

Commit 0923b82

Browse files
committed
20s wifi attempt timeout for PicoW/2W
1 parent 4c0febc commit 0923b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network_interfaces/ws_networking_pico.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ class ws_networking_pico : public Wippersnapper {
319319
WS._multiNetworks[i].pass);
320320
}
321321
WS.feedWDT();
322-
if (_wifiMulti.run(10000) == WL_CONNECTED) {
322+
if (_wifiMulti.run(20000) == WL_CONNECTED) {
323323
WS.feedWDT();
324324
_status = WS_NET_CONNECTED;
325325
return;

0 commit comments

Comments
 (0)