arduino-esp32/libraries/Update
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
..
examples Changed update example to use different controlflow structure (#711) 2017-10-10 22:41:10 +03:00
src Feature/http update (#1979) 2018-11-19 16:57:38 +01:00
keywords.txt Use correct separator in keywords.txt (#1175) 2018-03-05 07:38:39 +01:00
library.properties Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00