Delayed brightness set in Dimm+rgb mode
What happened?
When in dimmer + rgb mode receiving data via Art-Net, when changing the value of DMX channel 1 (dimmer) in the first universe the brightness is set correctly. But from the second universe onwards the brightness is set with random delays of approximately 500ms to 1s.
To Reproduce Bug
in sync interfaces set input to Art-Net starting dmx channel 1, in led preferences set length to 288 (strip with 288 leds rgb ws2815), data gpio 4, in wifi settings set to static ip 2.0.0.22, gateway 2.0.0.1, subnet mask 255.0.0, using Chamsys MagicQ for controling the leds.
Expected Behavior
the brigness of all universes should be seted at same time and with no visible delay.
Install Method
Self-Compiled
What version of WLED?
WLED 0.16.0-alpha (build 2412040)
Which microcontroller/board are you seeing the problem on?
ESP8266
Relevant log/trace output
Anything else?
No response
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
This might get fixed when #4550 is merged (strip.setBrightness() issue with 0.14/0.15).
Do you see the same issue with 0.15.1 ?