Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Aircoookie committed Dec 13, 2019
1 parent c98c54b commit 0c9bcb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wled00/wled19_json.ino
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ void serializeInfo(JsonObject root)

root["brand"] = "WLED";
root["product"] = "DIY light";
root["btype"] = "bin";
root["btype"] = "src";
root["mac"] = escapedMac;
}

Expand Down

0 comments on commit 0c9bcb2

Please sign in to comment.