Files
WLED/wled00/src/dependencies/webserver
cschwinne 094bdf02c4 Release of v0.7.0
Substantial optimizations of mobile UI
Added option to save current preset cycle as boot default
Added option not to use first LED in strip
Realtime UI error now includes source IP address
Removed /down and /cleareeprom pages
Fixed bug (turning receiveDirect off would crash on UDP packet)
2018-06-24 01:20:15 +02:00
..
2018-01-15 00:21:35 +01:00
2018-06-24 01:20:15 +02:00
2018-06-24 01:20:15 +02:00

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