MoonModules / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! MoonModules adds features on top of upstream.
https://mm.kno.wled.ge
European Union Public License 1.2
222 stars 68 forks source link

DMX serial input isn't transmitted via sync feature #69

Open ulli678 opened 1 year ago

ulli678 commented 1 year ago

What happened?

I have a master esp32 which is connecter over DMX serial to my DMX interface. When I change some DMX values they where transmitter to my master esp but not to the synced clients.

To Reproduce Bug

Take 2 esp's. One as master with activate sync, connected over DMX serial to an DMX interface and the other as client.

Expected Behavior

After changing an DMX value both devices should receive the change (the client over the sync feature)

Install Method

Binary from WLED.me

What version/release of MM WLED?

0.14.0b27

Which microcontroller/board are you seeing the problem on?

ESP32

Relevant log/trace output

No response

Anything else?

I posted a video of the problem in discord DMX input

Code of Conduct

ulli678 commented 9 months ago

Does it make any sense to test the issue with the B29? Or is there anything I can do with limited programming knowledge to move the solution forward?