Skip to content

Commit 8fa1ca9

Browse files
author
blue-2357
committed
Give WiFiClient more time to select for writing
Fixes: espressif/arduino-esp32#263
1 parent 52e1614 commit 8fa1ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/WiFi/src/WiFiClient.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <errno.h>
2424

2525
#define WIFI_CLIENT_MAX_WRITE_RETRY (10)
26-
#define WIFI_CLIENT_SELECT_TIMEOUT_US (100000)
26+
#define WIFI_CLIENT_SELECT_TIMEOUT_US (1000000)
2727
#define WIFI_CLIENT_FLUSH_BUFFER_SIZE (1024)
2828

2929
#undef connect

0 commit comments

Comments
 (0)