forked from Aircoookie/WLED
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added more settings updated readme improved boot time
- Loading branch information
1 parent
bce00ee
commit 19d8bbc
Showing
10 changed files
with
267 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
WLED is a basic, fast and (relatively) (ok, VERY relatively) secure implementation of a ESP8266 webserver to control Neopixel (WS2812B) leds | ||
|
||
Features: | ||
Uses ESP8266 Arduino libraries from 15th August 2016! Untested with newer version! | ||
Contents in the /data directory need to be uploaded to SPIFFS. | ||
|
||
Features: (V0.2) | ||
- RGB and brightness sliders | ||
- Settings page - configuration over network | ||
- Access Point and station mode - automatic failsafe AP | ||
- Edit page. Change html and other files via OTA. Support for ArduinoOTA. | ||
- Edit page. Change html and other files via OTA. | ||
|
||
Additions for V0.3 (nearly complete!) | ||
- WS2812FX library integrated for nearly 50 special effects! | ||
- Nightlight function (gradually dims down) | ||
- Notifier function (multiple ESPs sync color via UDP broadcast) | ||
- Support for power pushbutton | ||
- Full OTA software update capability | ||
- Password protected OTA page for added security (OTA lock) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.