arduino-esp32/libraries
Jeroen88 b58a3509b8 Feature/http update (#1979)
* Added HTTPUpdate class for downloading sketches from a server

* Added HTTPUpdate class for downloading sketches from a server

* Added HTTPUpdate to CMakeLists.txt

* Change ESP8266 class references to ESP32 for httpUpdate.ino example

* Change ESP8266 class references to ESP32 for httpUpdate.ino example. setLedPin() commented out because not all boards support LED_BUITLIN

* Added check to handle mixup of old and present api properly

* Correct HTTPClient::setTimeout() to convert milliseconds to seconds. Correct WiFiClient::setTimeout() to call Stream::setTimeout() with seconds converted back to milliseconds. Remove inproper checks for _insecure.

* Added small comment because it looked like the Travis build did not finish
2018-11-19 16:57:38 +01:00
..
ArduinoOTA [OTA Timeout] Added ability set OTA timeout in the OTA client (#1669) 2018-07-24 19:40:18 +02:00
AsyncUDP Do not break UDP if pbuf is null 2018-09-26 23:29:51 +02:00
AzureIoT@67dfa4f31e Add submodule of Azure IoT library (#1448) 2018-05-31 14:52:02 +02:00
BLE@7951347ed6 Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
BluetoothSerial Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878) 2018-09-21 08:39:36 +02:00
DNSServer DNS Server : bug fix and prettifying (#1011) 2018-03-04 20:17:40 +01:00
EEPROM EEPROM library: Move #include of Arduino.h to header file (#1641) 2018-07-16 20:44:36 +02:00
ESP32 Deep-sleep example-sketches reported wrong wakeup-reason (#1911) 2018-11-19 16:41:07 +01:00
ESPmDNS add support for TXT records in mDNS query responses (#1480) 2018-06-18 18:18:50 +03:00
FFat FAT on SPI Flash Library (#1809) 2018-09-17 23:06:04 +02:00
FS Make Stream functions if File to not wait for timeout 2018-07-05 11:51:58 +02:00
HTTPClient Feature/http client (#1973) 2018-11-19 16:57:23 +01:00
HTTPUpdate Feature/http update (#1979) 2018-11-19 16:57:38 +01:00
NetBIOS Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
Preferences Added a freeEntries method to Preferences library (#1722) 2018-08-14 11:52:01 +02:00
SD Unify time modification on SD and SPIFFS (#738) 2018-03-04 21:20:34 +01:00
SD_MMC Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878) 2018-09-21 08:39:36 +02:00
SimpleBLE Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
SPI "fix" SPI 2018-07-03 21:23:04 +02:00
SPIFFS Added a define to format the spiffs in SPIFFS_Test.ino (#1662) 2018-07-25 18:44:37 +02:00
Ticker Use correct separator in keywords.txt (#1175) 2018-03-05 07:38:39 +01:00
Update Feature/http update (#1979) 2018-11-19 16:57:38 +01:00
WebServer FAT on SPI Flash Library (#1809) 2018-09-17 23:06:04 +02:00
WiFi Feature/http client (#1973) 2018-11-19 16:57:23 +01:00
WiFiClientSecure Added loadCert methods to WiFiClientSecure (#1959) 2018-11-19 16:50:08 +01:00
Wire Wire endTransmission() fix for issue #1725 (#1888) 2018-11-19 16:40:14 +01:00