Hello,
I would like to use some “slave” WLED PCB controlled from a “master controller”.
I started testing using two PCB: one as slave and one as master. They are connected to the same wifi network, and when I turn on the “sync” and modify parameters from web interface on the “master” it works well.
The “master” is compiled with:
- -D USERMOD_FOUR_LINE_DISPLAY
- -D USE_ALT_DISPlAY
- -D USERMOD_ROTARY_ENCODER_UI
I also tryed with another circuit as “master” that has not Encoder nor Display but it has IR receiver and also in this situation the behaviour is the same: no syncing on the slaves when I press the IR remote buttons.
When I change brightness or speed effect (or any other parameter) nothing changes. I can’t understand why, anyone of you are facing the same issue?
Thanks!