Pwm esp32-s3-dev-module

Greetings, does anyone know why the ledcWrite, ledcAttachPin, ledcSetup instructions do not work on the esp32-s3-Dev-Module?

The usual reason is that you've installed the 3.0 core and those 2.x APIs have been removed. You can either downgrade your core to 2.x, or migrate the code to the new APIs.

Migration from 2.x to 3.0 ESP32 core

1 Like

Thank you very much, problem solved

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.