arduino-esp32/libraries
David Schroeder 770830aa01 Revise WiFiClient::Write to handle EAGAIN (#240)
The send call may return EAGAIN. This indicates a recoverable error and a retry should be attempted. The current implementation treats this as a fatal error. Further, the current implementation strips the error code, setting it to 0, which prevents the caller from handling it directly. 
This change utilizes select to verify the socket is available prior to calling send and will retry on an EAGAIN condition.
2017-03-01 00:37:00 +02:00
..
ESP32 Update RepeatTimer example 2017-02-20 15:08:11 +02:00
Preferences Refactoring EPS32NVS library to Preferences library (#199) 2017-02-12 00:08:22 +02:00
SimpleBLE Major IDF and Arduino Update 2017-02-23 01:11:57 +02:00
SPI Add helper for sending 16bit color buffers 2017-02-14 11:58:04 +02:00
WiFi Revise WiFiClient::Write to handle EAGAIN (#240) 2017-03-01 00:37:00 +02:00
WiFiClientSecure Fix compile error with IDF and mbedtls debug off 2017-02-28 23:18:06 +02:00
Wire Hopefully fix I2C/Wire 2016-12-14 02:41:22 +02:00