Releases: Aircoookie/WLED
WLED version 0.8.2
Power helper, new effects, and IR support!
- Added Auto Brightness Limiter
- LED color order can now be set in web settings
- Added Meteor effect (thank you, @viknet365!)
- Added Smooth Meteor and Railway effects
- Added 24-key infrared remote support (KY-022 receiver required)
- Improved web page loading speed
- Added PlatformIO config (thank you, @wiesendaniel and @debsahu!)
- Improved settings page scaling on mobile devices
- Fixed Nightlight UDP sync issue
Some important notes:
-
The new auto brightness limiter lets you choose the maximum current your LEDs may draw, this is either <1A if the LEDs are directly connected to the ESP, or the amp rating of your 5V power supply if connected directly to the LEDs. If you update to 0.8.2, you need to manually enable ABL in the LED settings for compatibility reasons.
Any fresh installs of 0.8.2+ will have it enabled by default with the recommended value of 850mA (with no external power supply)
Keep in mind this feature is not guaranteed to work and does not account for factors like wire resistance or specific LED type. The calculated estimate may differ from the actual current draw! I recommend keeping a safety margin. -
If you build 0.8.2 from source, you now need to either install the IRremoteESP8266 library or uncomment
#define WLED_DISABLE_INFRARED
in the top of wled00.ino. -
WLED now has a domain! wled.me will redirect you to the GitHub page!
-
Added ESP-01 binaries! You should still use the normal ESP8266 binary for Wemos D1 mini or NodeMCU (ESP12E module)
WLED version 0.8.1
Extended palette support and a few quality-of-life additions!
- Almost all effects can now use FastLED palettes
- Added Colortwinkles and Lake effects
- Added Tiamat and April Night palettes
- Fixed Analog Clock and Tricolor chase bugs
- Added possibility to use any pin on ESP8266 (gpio2 still recommended)
- Increased max. UDP leds from 341 to 490 and added DNRGB protocol
- Added support for E1.31 with more than 170 LEDs
- Restored 512K ESP8266-01 support
WLED version 0.8.0
Mesmerizing new effects and MQTT support!
- Added over 20 new light effects
- 9 effects have support for FastLED color palettes
- Added 44 color palettes
- Added Palette blending options and API calls
- Added MQTT support
- Added Time Activated Macros (Schedules)
- Added CL= and C2= API calls to set color with HEX
- Improved AP mode stability
- Added Mobile UI power indicator
- AP mode DNS server now only works with domain "wled.me"
- Improved Readme file
Please keep in mind that 0.8.0 will not work on ESP-01 with 512K flash. On ESPs with 1M flash, OTA update will likely no longer work. Efforts will be made to restore compatibility for 0.8.1!
Blynk, Hue sync and MQTT all need to connect to external hosts to work, which could cause significant slowdowns. If you experience instabilities, try disabling these interfaces.
WLED version 0.7.1
Who doesn't love some new interfaces?
- Added Blynk IoT app support
- Added E1.31 (sACN) protocol support
- Added more realtime settings
- Optimized dynamic memory
- Fixed Exception 28 on fresh install
- Fixed AutoRGBW not disabling white slider in UI
WLED version 0.7.0
It's finally here! The huge update you've been waiting for!
- Added new mobile-friendly UI! (by StormPie)
- Added optional automatic selection of UI for mobile or desktop clients
- Added Hyperion support on UDP port 19446
- RGBW strips may now auto-calculate the white channel from RGBW
- Fixed mDNS not working
- Added transition for secondary color
- Added option to save current preset cycle as boot default
- Changed preset cycle API format
- Added option to disable first LED in strip
- Realtime UI error now includes source IP address
- Removed /down and /cleareeprom pages
- Nightlight function turns off if its target brightness is set
- Added experimental option to load UI while receiving realtime UDP
- Fixed Arduino OTA not working when OTA locked but enabled
- Added more usermod page functions
WLED version 0.6.4
With this update, the LED driver library can be dynamically reallocated. This means you can now change the LED count as well as the type (RGB/RGBW) while the software is running. Because of this, adding support of more LEDs was possible (clock function not yet supported on LEDs >255)!
- Increased maximum LED count! New maximum is 1200 on ESP8266 and 600 on ESP32
- Separate RGBW binary is no longer required
- API call &ND now works without &NL
WLED version 0.6.3
This a small but cool update that enables cycling of presets! With a bit of dedication you can use it to create cool demos and flow effects! Also you can now use your setup as an ambilight if it's connected to a computer via USB!
- Added Preset Cycle feature
- Added Transition Time API call
- Added Adalight serial ambilight protocol
- Added DRGB and DRGBW UDP direct-drive protocols
- Improved transition flickering
- Easter eggs are eaten now
WLED version 0.6.2
This year Easter and April Fools day both fall on the same day! A perfect time to have a small, half-silly update!
- Hid some easter eggs! (hint)
- Added Easter (6) effect
- Merged Single and Multi Dynamic (7) effects
- Added Easter theme
- Added North Korea timezone
- Removed Herobrine
WLED version 0.6.1
I've changed the release pattern. From now on, there will also be releases of minor updates to have more frequent feature additions and patches. This strategy is better suited for an open-source project in my opinion. In this patch, there are 3 cool new effects!
- Added 3 effects (Android (27), Gradient (46) and Loading (47))
- Support effect intensity setting for 5 additional effects
(Twinkle Fade, Twinkle RF, Sparkle Inv, Sparkle Inv+ and Fire Flicker) - Removed 3 unused and duplicate effects
- Fixed "hue always receiving brightness even when only color sync enabled" bug
WLED version 0.6.0
- Added Philips Hue synchronization
- LEDs now turn on instantly after boot
- Added clock overlay, macro, and countdown settings
- Added HU and SA API calls to set color via Hue and Saturation values
- Added option to send UDP notifications twice to increase reliability
- Added long press random color button function
- Added transition delay parameter to notifier UDP packet for smoother sync
- Added a C64 color theme
- Added 12 timezones
- Added AP Captive Portal DNS
- Added settings to force old LED boot behavior and to reverse/flip LEDs
- Support ESP32 Hardware RMT NeopixelBus library
- Refactored settings names to save bandwidth and memory
- Fixed AP password settings, overlay and update page back button bugs
- Fixed random color too dim
- Cronixie support no longer requires separate build