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
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.