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
My library ServoESP32 isn't compilable with the latest version Arduino IDE 1.8.10.
I created this library 3 years ago to add support for controlling servos on ESP32 with the same API as the original Arduino servo library (which wasn't available on ESP32 and is still not available).
The library has the same name of .h/.cpp files like the original Arduino Servo library:
Servo.h
Servo.cpp
But until version 1.8.10 there wasn't any problem.
JarekParal
changed the title
Arduino IDE 1.8,10 - Problem with own Servo library on ESP32
Arduino IDE 1.8.10 - Problem with own Servo library on ESP32
Jan 23, 2020
@cmaglie Thanks for solving the issue. Do you know when should be released Arduino IDE 1.8.11? The release of the version 1.8.10 was in September 2019.
Hello,
My library ServoESP32 isn't compilable with the latest version Arduino IDE 1.8.10.
I created this library 3 years ago to add support for controlling servos on ESP32 with the same API as the original Arduino servo library (which wasn't available on ESP32 and is still not available).
The library has the same name of
.h/.cpp
files like the original Arduino Servo library:Servo.h
Servo.cpp
But until version 1.8.10 there wasn't any problem.
In the version 1.8.9 everything work correctly:
But in the version 1.8.10 I got this error:
I found the main difference there:
Is there some new implementation of library searching module which can cause this issue?
For reproducing this issue you can use one of my examples:
https://github.com/RoboticsBrno/ESP32-Arduino-Servo-Library/blob/master/examples/02-ServoPotentiometer/02-ServoPotentiometer.ino
Thanks for the help.
PS: I don't want to change the names of the files, because that will break compilation for all users of this library after updating the library.
PS2: The build with PlatformIO still works correctly: https://travis-ci.org/RoboticsBrno/ESP32-Arduino-Servo-Library
The text was updated successfully, but these errors were encountered: