-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename Servo.h to ESP32ArduinoServo.h #10
Conversation
This will help the library avoid naming clashes with the default Arduino servo library.
Still gives all these errors. This should have be done from the beginning by the author! Arduino: 1.8.10 (Windows 10), Board: "DOIT ESP32 DEVKIT V1, 80MHz, 921600, None"
|
Hi, do you get this error in Arduino IDE? This library was created primarily for PlatformIO and there isn't such warning. |
Yes, Arduino IDE 1.8.10 running on Ubuntu 18.04 👍 |
Could you please post your program which created this error message? Also, I saw that in the log are Windows paths (e,g. |
These are logs by @ruiseixasm who's probably using Windows, but I saw the pretty similar ones on my system. You can easily reproduce them by downloading the Arduino IDE, then installing the library, installing the ESP32 boards and finally trying to compile one of the examples. |
This is no longer needed as per Arduino IDE 1.8.11 |
This will help the library avoid naming clashes with the default Arduino servo library.
Fixes #9