Closed JarekParal closed 4 years ago
Thanks for the bug report, I confirm the issue and I'm working on a fix...
@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.
Yes it will be included in IDE 1.8.11 that is going to be release Monday Jan, 27.
A fixed build of the IDE should be available on the hourly build if you want to try it: https://www.arduino.cc/en/Main/Software#hourly
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