Skip to content

WLED release 0.14.2

Compare
Choose a tag to compare
@blazoncek blazoncek released this 17 Mar 10:45
· 22 commits to main since this release
a42f78b

Welcome to WLED 0.14.2 "Hoshi"!

If you saw a shooting star, what would you wish for?

WLED 0.14.2 is a maintenance release for 0.14.1, with many bugfixes.

WARNING:
This version includes binaries for ESP8266 which feature double CPU clock frequency (160MHz) distinguished by the _160 name suffix. Although it has been tested on many variants of ESP8266 there may be devices that do not support overclocking the CPU. If your device is in places hard to reach or difficult to flash DO NOT use these binaries unless you test them on a similar device first. And even then there are no guarantees that a particular device will run correctly with overclocked CPU.
In case you do update with 160MHz version and your device fails to boot or operates incorrectly you may need to connect it to a computer and flash it serially using USB connection. Please erase flash prior to doing so.

A huge thank you to the WLED community - to everyone who has contributed to development, documentation and testing, and to all early adopters who provided lots of feedback and sparked many discussions on how to improve things. You all made WLED better and made this version happen! ❤️

Bugs fixed since 0.14.1 release

  • New AsyncWebServer (improved performance and reduced memory use, thanks to @willmmiles)
  • New builds for ESP8266 with 160MHz CPU clock
  • Fixing stairway usermod and adding buildflags (#3758 by @lost-hope)
  • Fixing a potential array bounds violation in ESPDMX
  • Reduced RAM usage (moved strings and TZ data (by @willmmiles) to PROGMEM)
  • LockedJsonResponse: Release early if possible (by @willmmiles)
  • Possible fix for #3589 & partial fix for #3605
  • Prevent JSON buffer clear after failed lock attempt
  • Multiple analog buttons (fix for #3549)
  • Usermod: Audioreactive, add two compiler options (#3732 by @wled-install)
  • Fix for #3693

Please see the changelog for a detailed list of changes!

Full Changelog: v0.14.1...v0.14.2

Installation

What binary should I use?