RGBLed icon indicating copy to clipboard operation
RGBLed copied to clipboard

Add support for ESP32 3.0 API

Open IsmaCortGtz opened this issue 5 months ago • 0 comments

I added support for the new ESP32 API. There were some breaking changes with the LEDC API.

I implemented the @The39thBit suggestion in #16 and replaced ledcWrite (that now only works with a PIN number) for ledcWriteChannel.

Additionally, it would be nice to add a note informing people about this breaking change.

IsmaCortGtz avatar Sep 25 '24 18:09 IsmaCortGtz