For example:
Code: Select all
ESP32Servo\src\ESP32PWM.cpp:263:9: error: 'ledcDetachPin' was not declared in this scope; did you mean 'ledcDetach'?
Do I just need to wait until people update those libraries if I don't have the skills to do it manually? Is this a current known issue? My search has not lead me anywhere useful.
My actual sketches are irrelevant to the problem, all I need to do to reproduce is #include "Servo.h" or ESP32Servo.h, or any other servo library.