-
Notifications
You must be signed in to change notification settings - Fork 96
Update library to 3.10.0 generate compiling error on ESP32 #175
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
Comments
Thanks for the issue. I don't use PlatformIO. Arduino core for ESPs has only one compiler option to treat a specific warning as an error. I've pushed a fix that clears all warnings, so it should work for you. Could you, please, add the full command line for compiling projects used by PlatformIO? |
The current changes fixed the issue. Thanks. Also I want say that PlatformIO is better than Arduino CLi and Arduino IDE, you should be consider that, and it is more easy too, because Pio includs Arduino Framework too. Proof of that, I did a pull request that test the complete library over ESP32 and ESP8266 using continuous integration workflow with PlatformIO and GitHub Workflows. #177 |
Overview
Actual behavior:
Compiling error:
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Expected behavior:
Backward compatibility
Specifications:
The text was updated successfully, but these errors were encountered: