Closed
Description
When compiling for the DOIT ESP32 DEVKIT V1
board on Arduino IDE 1.8.10
I am getting conflicts with the "default" Arduino servo library.
Due to this problem, none of the examples compiles.
This is easily fixed by changing the name of the header file to something more unique. Ideally, Arduino IDE would have a way of differentiating them, but yeah, it doesn't.
I suggest by renaming Servo.h
➡️ ESP32ArduinoServo.h
. Based on the name you have chosen for your repository, this sounds like a reasonable choice to me.
#10 should solve this issue.
Metadata
Metadata
Assignees
Labels
No labels