Update readme

This commit is contained in:
cschwinne 2019-12-13 01:31:48 +01:00
parent c98c54bd6b
commit 0c9bcb2445
2 changed files with 5 additions and 4 deletions

View File

@ -10,13 +10,14 @@
A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control NeoPixel (WS2812B, WS2811, SK6812, APA102) LEDs!
### Features:
- WS2812FX library integrated for 80 special effects
- WS2812FX library integrated for almost 90 special effects
- FastLED noise effects and palettes
- Customizable Mobile and desktop UI with color and effect controls
- Modern UI with color, effect and segment controls
- Segments to set different effects and colors to parts of the LEDs
- Settings page - configuration over network
- Access Point and station mode - automatic failsafe AP
- Support for RGBW strips
- 25 user presets to save and load colors/effects easily, supports cycling through them.
- 16 user presets to save and load colors/effects easily, supports cycling through them.
- Macro functions to automatically execute API calls
- Nightlight function (gradually dims down)
- Full OTA software updatability (HTTP + ArduinoOTA), password protectable

View File

@ -304,7 +304,7 @@ void serializeInfo(JsonObject root)
root["brand"] = "WLED";
root["product"] = "DIY light";
root["btype"] = "bin";
root["btype"] = "src";
root["mac"] = escapedMac;
}