We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9388d83 commit 87b7182Copy full SHA for 87b7182
libraries/WiFi/src/WiFiClient.cpp
@@ -23,7 +23,7 @@
23
#include <errno.h>
24
25
#define WIFI_CLIENT_MAX_WRITE_RETRY (10)
26
-#define WIFI_CLIENT_SELECT_TIMEOUT_US (100000)
+#define WIFI_CLIENT_SELECT_TIMEOUT_US (1000000)
27
#define WIFI_CLIENT_FLUSH_BUFFER_SIZE (1024)
28
29
#undef connect
0 commit comments