You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an ESP-IDF project for the ESP32-c6, I have the arduino-esp32 component added through the component registry and then have placed ESP32Servo in components folder with the following CMakeLists.txt
Maybe look at SRCS "src/ESP32PWM.h" "src/ESP32Servo.h" INCLUDE_DIRS "src/." It looks like you set the src dir as the search dir, then say the headers are relative path of src/... I think this would result in it looking for the headers in src/src/ESP32Servo.h
I have an ESP-IDF project for the ESP32-c6, I have the arduino-esp32 component added through the component registry and then have placed ESP32Servo in components folder with the following
CMakeLists.txt
my main
CMakeLists.txt
file is as followswhen trying to build the project I get the following error.
any ideas what I am doing wrong?
The text was updated successfully, but these errors were encountered: