ESP32 - SK9822 GPIO Pins

Hello,
I am using the ESP32 and I realized that my board doesn’t have GPIO 0 available for connection. I am trying to recompile the code but everything I’ve found says to edit NpbWrapper.h and change the pins there. These posts seem to be written for an older version as there are clock pins defined in this file. Where can I change the clock pin at?

I am using v0.11.1 but have also looked at 0.12B5. Would that solve my compilation problems?

For reference, I am using this board and have found the company to be a little short on information. https://www.amazon.com/gp/product/B07WFZCBH8/

0.12.0-b5 should definitely help :slight_smile: You can select any clock pin in LED settings, no custom compilation necessary. For SK9822, I believe you need to select the “APA102” LED type.

Yeah, right after posting this I used B5 and I got some, not all, working. Hopefully get them all soon!