Skip to content

WLED Release 0.14.1

Compare
Choose a tag to compare
@blazoncek blazoncek released this 14 Jan 17:55
· 52 commits to main since this release

Welcome to WLED 0.14.1 "Hoshi"!

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

WLED 0.14.1 is a maintenance release for 0.14.0, with many bugfixes and some new features.

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.0 release

Please see the changelog for a detailed list of changes!

Full Changelog: v0.14.0...v0.14.1

Installation

What binary should I use?

Debug Builds

Debug builds are providing additional diagnostic outputs when connected to a serial monitor by USB.
You can find a few generic debug builds here: https://github.com/srg74/WLED-wemos-shield/tree/master/resources/Firmware/%40Aircoookie/Latest/Debug_builds

How to get a stack dump (crash log with backtrace)

You might be asked for a crash report (backtrace showing the function that crashed) using a debug build. This is only possible when self-compiling WLED in the VSCode+platformio development environment.

In a nutshell, this is what you should do:

  • Find the build environment you want, like env:esp32dev_audioreactive,
  • add -DWLED_DEBUG to build_flags, then click File -> Save All
  • You need to connect your board via USB. OTA is not possible in this case.
  • build and upload from the VSCode IDE (don't upload using other flashing tools).
    image
  • watch the output in the PlatformIO Serial Monitor panel; this should help to better understand what is the problem.