提交 87b7182e 编写于 作者: M me-no-dev

Give WiFiClient more time to select for writing

Fixes: https://github.com/espressif/arduino-esp32/issues/263
上级 9388d835
......@@ -23,7 +23,7 @@
#include <errno.h>
#define WIFI_CLIENT_MAX_WRITE_RETRY (10)
#define WIFI_CLIENT_SELECT_TIMEOUT_US (100000)
#define WIFI_CLIENT_SELECT_TIMEOUT_US (1000000)
#define WIFI_CLIENT_FLUSH_BUFFER_SIZE (1024)
#undef connect
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册