From 0c9bcb24456c7f7d519e7f2aabadc3070ed2630a Mon Sep 17 00:00:00 2001 From: cschwinne Date: Fri, 13 Dec 2019 01:31:48 +0100 Subject: [PATCH] Update readme --- readme.md | 7 ++++--- wled00/wled19_json.ino | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 6a4b41e2d..c647b543a 100644 --- a/readme.md +++ b/readme.md @@ -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 diff --git a/wled00/wled19_json.ino b/wled00/wled19_json.ino index a905047b9..1c5e19eb4 100644 --- a/wled00/wled19_json.ino +++ b/wled00/wled19_json.ino @@ -304,7 +304,7 @@ void serializeInfo(JsonObject root) root["brand"] = "WLED"; root["product"] = "DIY light"; - root["btype"] = "bin"; + root["btype"] = "src"; root["mac"] = escapedMac; }