-
-
Notifications
You must be signed in to change notification settings - Fork 695
Adafruit BusIO 1.9.7 breaks when compiling with VSCode+PlatformIO #680
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
That third component in the version number for That |
Adafruit BusIO 1.9.8 should fix the issue BUT: PlatformIO just implemented IDF 4.3.1 (https://github.com/platformio/platform-espressif32/releases/tag/v3.4.0) but Arduino-ESP32 2.0.1 is based on 4.4 (https://github.com/espressif/arduino-esp32/releases/tag/2.0.1). So you would either need to wait or do the following in your platformio.ini:
|
@solhuebner Thanks for that fix, it worked for me. Where would I find that info in Espressif official sources to know how to stay up to date and help others in the future? |
@han-fastolfe that is difficult as PlatformIO is maintaining their own package as they do Q&A first (big user base). With the method I described you can influence the version but with all bleeding edge things there might be issues along the way. The reason I played around with it is that I want ESP32-S3 support as soon as they release it but that will probably not before next year as even the latest IDF has not everything covered yet ;) |
Try this built with Arduino Core v2.0.2 and IDF4.4
|
Should be fixed in the latest version of the dev-platform. Please reopen if the problem persists. |
They say it's because of not having the latest ESP32-Arduino framework. The error looks like this:
Reported here where they say the problem is with not having the latest ESP32 Arduino framework.
The text was updated successfully, but these errors were encountered: