Scenario - I have an ESP32 main control unit and 12 x ESP8266 units each with a 30 pixel strip attached.
So 360 pixels in total.
Whole lot is connected to a WiFi AP.
Hardware limits me to 10 “strips” real or DDP (network).
Is there somewhere I can change this hard limit (and recompile) or another solution?
Thanks!
You can re-define WLED_MAX_BUSES or WLED_MIN_VIRTUAL_BUSES.
You may also need to verify how this affects other parts of the code as it has never been tested wit more than 10 buses.
1 Like
Have tried with that basic change.
Can go beyond 10 in the LED Settings but they don’t save and not receiving DDP data beyond the 10th unit.
Will keep combing the code…
1 Like
Have the same task and the same result.
Did you succeed?