arduino-esp32/libraries
copercini 51a4432ca8 HTTPClient Port (#347)
* Fix possible infinite loop in the example

* Remove workaround of sockets always return -76 

Remove workaround of sockets always return -76 (because it's fixed on IDF now)
Remove delay during handshake (improving stability)

* Remove unusable mbedtls_net of context creation

* Fix bad destructor

* Compatibility with WiFiClient for HTTPClient

* Initial port from ESP8266

Changed SHA1 fingerprint by Root CA verification
Changed log system

* Remove deprecated function
2017-05-19 10:18:20 +02:00
..
ArduinoOTA Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00
ESP32 Remove LEDC_BASE_FREQ to calculate duty (#381) 2017-05-19 10:16:55 +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 Fix SD Card not mounting on boot 2017-03-20 00:50:27 +02:00
SD_MMC Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00
SimpleBLE Major IDF and Arduino Update 2017-02-23 01:11:57 +02:00
SPI Fix compilation issues is certain situations. 2017-03-19 11:27:58 +02:00
Update Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00
WiFi WiFiClient::peek should return -1 instead of 0 2017-05-06 18:30:38 +03:00
WiFiClientSecure HTTPClient Port (#347) 2017-05-19 10:18:20 +02:00
Wire Hopefully fix I2C/Wire 2016-12-14 02:41:22 +02:00