atuline / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP32 over WiFi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sound Reactive - segments getting lost

homonto opened this issue · comments

What happened?

occasionally the segment configuration is lost

To Reproduce Bug

random

Expected Behavior

keeps the configuration intact after restart

Install Method

Binary from WLED.me

What version of WLED?

WLED 0.13.0-b6 (build 2112080) and also in WLED 0.13.2 (build 2207301)

Which microcontroller/board are you seeing the problem on?

ESP32

Relevant log/trace output

No response

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
commented

Segments are not stored separately, but they are always part of a preset. It's intended behaviour of WLED.
The benefit is that you can make several segment configurations, for example have one preset that runs "gravimeter" on the complete stripe, and another preset where the top half shows fireworks, while the lower half runs waterfall.


The best approach is to configure your preferred segments, then make a preset that is loaded at startup. See "My Segments are gone after a reboot!" in the WLED FAQ https://kno.wled.ge/basics/faq/

closing, as this is intended behaviour, and not a bug.

Please join our discord to get help and support from the community:

Join Discord to discuss beta testing of our sound reactive fork of WLED.


Join Discord to discuss AirCookie's WLED.

thank you