10 strips limits on ESP32

Hello,

I’m working on a project where I need to use the 16 pwms channels (to drive 8 dimmable white tunable CCT strips) provided by ESP32, it works with arduino code but wled limit that to 10.
First of all why this limit of 10 (I think it’s not innocent) ? My second questions is, could we raise the limit to the maximum of the esp32 capabilities (meaning 16 channels) and how ?

Thank you in advance for your help.

Best regards,

Xavier.

There is also a problem at this point of trying to add more then 10 output of anything ( even more then 10 DDP output)
Some of issues opened for that are here

You can open an issue on github as it might be related to ui and not pwms