Files
WLED_MM_Infinity/wled00/src/dependencies/webserver/README.md
cschwinne e97a739f03 Added HTTP OTA updater for ESP32
Added Easter Egg
Improved ArduinoOTA stability on ESP8266
Added function that starts the AP if you press the button for 7 secs
Added yet unused methods for color conversion
2018-01-15 00:21:35 +01:00

460 B

Notice by Aircoookie: Port of the ESP8266HTTPUpdateServer for ESP32 is also included in this directory.

WebServer

ESP8266/ESP32 WebServer library

This is an experimental port of the ESP8266WebServer library that should work on ESP8266 and ESP32. This is NOT an official repo supported by Espressif. Do not depend on this code for anything important or expect it to be updated. Once the official repo is created, this repo will be deleted.

Added Travis CI