29
My PWM code stopped compiling after a board package update — the setup function no longer exists
I have a simple sketch generating PWM on an ESP32 that compiled fine before. On a fresh install of the IDE and the current board package, it fails at compile time saying the LEDC setup function was not declared in this…