mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-12 18:26:30 +02:00
Give WiFiClient more time to select for writing
Fixes: https://github.com/espressif/arduino-esp32/issues/263
This commit is contained in:
@ -23,7 +23,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#define WIFI_CLIENT_MAX_WRITE_RETRY (10)
|
#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)
|
#define WIFI_CLIENT_FLUSH_BUFFER_SIZE (1024)
|
||||||
|
|
||||||
#undef connect
|
#undef connect
|
||||||
|
Reference in New Issue
Block a user