We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb8177 commit 67de627Copy full SHA for 67de627
libraries/WiFi/src/WiFiClient.cpp
@@ -23,7 +23,7 @@
23
#include <lwip/netdb.h>
24
#include <errno.h>
25
26
-#define WIFI_CLIENT_DEF_CONN_TIMEOUT (3)
+#define WIFI_CLIENT_DEF_CONN_TIMEOUT (3000)
27
#define WIFI_CLIENT_MAX_WRITE_RETRY (10)
28
#define WIFI_CLIENT_SELECT_TIMEOUT_US (1000000)
29
#define WIFI_CLIENT_FLUSH_BUFFER_SIZE (1024)
0 commit comments