12 Segments?

I have 12 strips of LEDs with each strip containing 60 LEDs. They’re all wired so that each strip’s data channel is in series. Thus, from the ESP32’s point of view, it sees a single strip of 720 LEDs. My tests so far have worked 100% as far as my wiring job and power injection goes. But I should have read ahead in the documentation that WLED supports up to 10 segments and not 12. But it also sounds like perhaps I could offload some of the LEDs on a 2nd ESP32.

The bottom line is, I’d like to be able to assign each LED strip with it’s own effect pattern, LED count and color scheme all within one “controller” in WLED.

Is this at all possible? I don’t mind rewiring my data lines if need be.

KB list the limits to output pins but not segments ,you could have more then 10 segments , i tested 30 and on esp32 its fine Multi-strip Support - WLED Project

Thank you! You were correct.