Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5th PWM White output does not persist #4215

Closed
1 task done
jmsblah opened this issue Oct 21, 2024 · 1 comment
Closed
1 task done

5th PWM White output does not persist #4215

jmsblah opened this issue Oct 21, 2024 · 1 comment
Labels
enhancement fixed in source This issue is unsolved in the latest release but fixed in master

Comments

@jmsblah
Copy link

jmsblah commented Oct 21, 2024

What happened?

Trying to add 5 "PWM White" LED outputs, only 4 get saved.

To Reproduce Bug

adding a 5th PWN output in "LED Preferences"

Expected Behavior

5 outputs to persist

Install Method

Binary from WLED.me

What version of WLED?

LED 0.15.0-b6 (build 2410140)

Which microcontroller/board are you seeing the problem on?

ESP32-C3

Relevant log/trace output

No response

Anything else?

image

Code of Conduct

  • I agree to follow this project's Code of Conduct
@jmsblah jmsblah added the bug label Oct 21, 2024
@blazoncek blazoncek added enhancement and removed bug labels Oct 22, 2024
@blazoncek
Copy link
Collaborator

C3 only allows 4 outputs in the current code. Perhaps an oversight as it can do 6 individual PWM outputs, but only 2 digital ones.

blazoncek added a commit that referenced this issue Oct 26, 2024
- increase WLED_MAX_BUSSES for C3 (fixes #4215)
- fix for #4228
- fix for very long running effect (strip.now, strip.timebase)
- C++ API change to allow `seg.setColor().setOpacity()`
@blazoncek blazoncek added the fixed in source This issue is unsolved in the latest release but fixed in master label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement fixed in source This issue is unsolved in the latest release but fixed in master
Projects
None yet
Development

No branches or pull requests

2 participants