arduino-esp32/libraries
copercini b46f1e2e3c Support self signed certificates (#291)
* Support self signed certificates

Fix for https://github.com/espressif/arduino-esp32/issues/265

mbedtls_ssl_conf_authmode was defined before mbedtls_ssl_config_defaults causing several bugs when no CA certificate is defined.

* Implement Arduino's log facility

Replace printf by ESP log handling

* Remove \n from debug messages

log_ doesn't need \n to break line.
2017-03-31 00:01:09 +02:00
..
ArduinoOTA Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00
ESP32 Update RepeatTimer example 2017-02-20 15:08:11 +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
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 Reconnect WiFi on Auth Expire 2017-03-26 00:28:45 +02:00
WiFiClientSecure Support self signed certificates (#291) 2017-03-31 00:01:09 +02:00
Wire Hopefully fix I2C/Wire 2016-12-14 02:41:22 +02:00