-
Notifications
You must be signed in to change notification settings - Fork 1
Library will not compile on any newer ESP32 board: C3, S2, S3 #49
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
Confirmed working boards (non-exhaustive list): Arduino Uno, Vanilla ESP32, ESP8266 |
@SFE-Brudnerd @gigapod Toolkit doesn't compile on some boards with new UART stuff, please take a look. Thanks! @scottchiefbaker Sorry about this! In the Arduino library manager, please downgrade the SparkFun Toolkit Library to v1.0.0, that should hopefully resolve this. Thanks for reporting! |
A hot-fix is in the works - our test validation missed the ESP32-C6. Expect a fix later today. -Kirk |
Wow... now that's what I call service. I wish I could get this sort of response from my paid vendors. OSS for-the-win. Let me know where there is a test version available and I'll do some testing tonight when I'm home. |
I just ran into this today and I'm like 'ugh, I'm gonna have to go find the UART code and comment it out and hope that's it' and I was so pleased to find this thread with answers from literally hours ago at the time of writing this comment. Downgrading to 1.0.0 got me going again, thanks! |
Hi All - We have pulled the ToolKit v1.1.0 release and Arduino is in the process of removing it from their library index. This might take a day or so is my understanding (it's a manual process). As noted above - the quick solution is to downgrade to version 1.0.0 of the SparkFun Toolkit library. Going forward we'll improve our test coverage to catch compile issues like this. -Kirk |
v1.1.0 has been removed from the library registry. We are still working to resolve the issue with the UART capabilities. |
Thanks for checking on this for me. Looking forward to trying it on my ESP32-C3 |
When I load the first example "BasicReadings" and attempt to compile on an ESP32-C3, ESP32-S2, or ESP32-S3 I get a compiler error:
If I switch the board to a vanilla ESP32 or an OG Arduino Uno it compiles just fine.
Steps to recreate:
Example1_BasicReadings.ino
example scriptThe text was updated successfully, but these errors were encountered: