-
Notifications
You must be signed in to change notification settings - Fork 77
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
Build errors when using ESP core lib >=3 #251
Comments
Looking at espidf, that call is present in another header. Perhaps just need another include BTW: I have given up to understand the versions of esp32 core, idf, arduino,… Now I am only using in platformio.ini these lines:
With release versions being defined here |
espressif V6.6.0 still works (and the framework even creates warnings, which is an issue for itself). If any official espressif version breaks, then I will take this up. For now I do not plan to bugfix on 3.3.0-rc1 |
Apparently the 6.5.0 platform contains the framework-arduinoespressif32 v2.0.34. What in this context is “ core”, I do not know, As I have said before, the versioning scheme is a bit confusing and I prefer to stick to the platformio-platform versioning for the build tests. |
Hi @gin66,
just a quick info, so that you are prepared. Since there is a problem with the serial output for ESP32 S3, see, I wanted to test ESP32 core lib 3.0:

It seems to be incompaitble with this stepper lib:

BR
Chris
The text was updated successfully, but these errors were encountered: