arduino-esp32/libraries
bbx10 37ef5a43e3 Handle partial socket send (#503)
send() can return a value > 0 but less than size indicating it was able to accept some of the data in buffer. The caller must try again after updating the buffer pointer and size remaining.
2017-07-31 22:51:41 +03:00
..
ArduinoOTA Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00
ESP32 ESP32: Add DeepSleep examples (#473) 2017-06-29 09:31:39 +02:00
ESPmDNS Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00
FS Do not use inline functions for mkdir and rename 2017-03-11 09:16:34 +02:00
HTTPClient HTTPClient Port (#347) 2017-05-19 10:18:20 +02:00
Preferences Refactoring EPS32NVS library to Preferences library (#199) 2017-02-12 00:08:22 +02:00
SD Bugfix: Put every SPI access between begin / end Transaction (#509) 2017-07-31 22:46:15 +03:00
SD_MMC Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00
SimpleBLE Edit comments for clarity (#478) 2017-07-02 17:54:20 +02:00
SPI Spi pattern fix (#502) 2017-07-31 22:50:57 +03:00
Update added OTA Update S3 example with a sample bin (#445) 2017-06-14 10:12:39 +02:00
WiFi Handle partial socket send (#503) 2017-07-31 22:51:41 +03:00
WiFiClientSecure Heap optimization (#471) 2017-06-29 09:30:59 +02:00
Wire Hopefully fix I2C/Wire 2016-12-14 02:41:22 +02:00