Commit Graph

133 Commits

Author SHA1 Message Date
cschwinne
973b8f62c8 Release of WLED 0.4 - the BLINKEN update
Added setting to change default boot preset
Changed default NTP server
Removed keywords.txt from dependencies because IDE would consider it as an (invalid) library
Updated readme
Updated binaries to 0.4
2017-12-12 14:52:28 +01:00
cschwinne
60530a2931 Created dependency subfolder
(this eases compilation since all libraries are included except the ESP8266 core and NeoPixelBus)
Disabled serial debug output of Alexa library, may be re-enabled in .h-Files ifneedbe
Added &SR= to set random hue
Added &ST= to manually set time without NTP
Secondary color buttons now functional
Shifted effect by 1, range is now 1-25
Effect 0 is now the default boot setting
Fixed preset function not calling GIO() in js, which caused a delayed action
2017-12-11 23:59:12 +01:00
cschwinne
afa3a0149c Completed serverside user presets
Added analog countdown overlay (OL=5)
Sorted overlay code into methods
Updated countdown goal to Jan 1, 2018 12AM
2017-12-02 23:58:22 +01:00
cschwinne
b543753263 Added all Custom Chase functions
Added applyPreset() function
Allocated EEPROM slots for secondary colors and CC parameters
2017-11-30 23:35:22 +01:00
cschwinne
e20cab74de Started adding Custom Chase FX functions, still crashing if CP>1
Removed name function from FX library because it is unused in WLED
2017-11-29 23:56:02 +01:00
cschwinne
c5450229c6 Added basic second color support via HTTP calls &R2= ...
Added second color notifier support
2017-11-28 16:04:11 +01:00
cschwinne
a4cf0e0e2e Significantly altered settings page logic to improve network and memory payloads
Added setting to entirely disable recovery AP (if OTA is enabled)
Added setting to specify time to try connecting before opening AP
2017-11-20 00:07:37 +01:00
cschwinne
a33386c672 Fixed bug that would cause white value off on startup in RGBW mode
Dynamically lowered refresh rate in standard mode in an attempt to minimize random flashing issue
Added L= and UL= HTTP in vars to lock/unlock pixels and ranges
2017-11-19 15:31:17 +01:00
cschwinne
221ebfd8f1 FAILED: Started to implement Sweep transition, revert for now 2017-10-28 22:22:37 +02:00
cschwinne
f37f01c016 Finished RGBW HTML support
Version bump to 0.4pre
2017-10-12 22:20:37 +02:00
cschwinne
f878c89069 Added RGBW support
ifdef-Option may be removed next commit since RGB strips seem to support RGBW protocol
HTMLs have no support yet
&W= works
2017-10-12 17:09:59 +02:00
cschwinne
affb99507e Release of WLED 0.3
version bump
minor tweaks
compressed HTMLs
changed SN behavior to control direct notifications
removed nightlight notification due to severe uselessness
removed unnecessary bool2int function
Updated binary
2017-05-08 21:46:04 +02:00
cschwinne
ca3c4bb125 html update in progress
notification receive and send buttons work
settings iframe works
implemented HSB partially
2017-05-07 23:51:42 +02:00
cschwinne
692c41b7c2 Fixed Nightlight function
added /version query
updated readme
2017-04-26 14:04:53 +02:00
cschwinne
678765fc88 Added setting to not turn on lights at boot
(due to random forced reboots since Alexa integration)
minor text changes
2017-03-07 22:05:18 +01:00
cschwinne
5748423942 added settings for alexa, led count, advanced
included bin files
2017-02-24 23:21:48 +01:00
cschwinne
255cef8685 Added Alexa support 2017-02-21 23:59:47 +01:00
cschwinne
369c00bbff Trigger HTTP req feature added
Pre NTP-reimplementation
2017-02-07 13:00:33 +01:00
cschwinne
05a757ede3 Added Gamma correction 2017-02-01 19:25:36 +01:00
cschwinne
b09f450171 GP output function added 2017-01-27 22:59:01 +01:00
cschwinne
e9ae7c34c7 Added (highly unstable and experimental) NTP time support
Added timezones library (CET for now, you can easily adapt it to your timezone however)
Added overlays to support both digital and analog clockfaces, basic countdown
Improved serial debug
Included license notes in settings file
Added a bit of guides to readme file

Warning! Using NTP usually results in a complete system crash after 1-48 hours.
Please only enable it if you are willing to experiment with it.
To get a proper WLED experience, make sure the checkbox for NTP is disabled in settings!
2017-01-15 00:24:28 +01:00
cschwinne
7cd7108aa7 end of year, silv. countdown 2016-12-31 21:10:33 +01:00
cschwinne
31e3daf3e3 overlay function added (analog clock)
lock individual leds in WS2812FX library
2016-12-31 00:38:51 +01:00
cschwinne
19d8bbc0c3 NTP added
added more settings
updated readme
improved boot time
2016-12-29 00:03:58 +01:00
cschwinne
bce00eea0c integrated FX library
added fire fx
fixed ani reset
individual led control
2016-12-17 23:43:07 +01:00
cschwinne
eb8825ab27 serverside FX fully implemented
bug - choppy transitions
2016-12-14 23:40:47 +01:00
cschwinne
e710eace18 Began FX implementation 2016-12-14 21:40:09 +01:00
cschwinne
945839e3d3 NL=0 instant off bugfix attempt
added udpPort = 0 as off
implement all settings setters (notifyNightlight \n udpPort)
De-implement notification fwd and led_amount settings
descriptive text / title (server side + settings)
nightlight function different after brightness than 0
2016-12-11 20:11:14 +01:00
cschwinne
a3a2c0448f udp notifier finished 2016-11-27 22:37:51 +01:00
cschwinne
123ab66b31 Nightlight working! 2016-11-27 16:45:54 +01:00
cschwinne
25e9967dae nightlight dev in progress
BUILD UNTESTED

notifier bugs 2A
no udp
2016-11-26 19:34:05 +01:00
cschwinne
9a06c748c0 implement OTA lock / security
do not reboot after settings set -> add reboot button

ota not really working yet
2016-11-20 01:47:15 +01:00
cschwinne
acfdb4ab75 improved structure
program split up  in 10 subfiles
2016-11-19 19:39:17 +01:00