mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-11-03 07:31:39 +01: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>
|
||||
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user