-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
i2s_std.h error (not found) #87
Comments
Hi and thanks for your feedback 👍 Speculation: Chimera-Core esp-adf layer for S3box doesn't support 3.x.x-beta or 3.x.x-rc versions of the espressif core. I'll need a few more informations to confirm that:
ESP32-S3-Box audio is based on the older esp-adf implementation which uses a soon deprecated I2S/I2C syntax, it'll probably be removed in a further version and replaced by something like arduino-audio-tools Meanwhile you can try to bypass the error by commenting out the offending include in ESP32-Chimera-Core.hpp, the GIFPlayer app doesn't need audio anyway: #if defined ARDUINO_ESP32_S3_BOX
// #include "drivers/ESP32-S3-Box/Audio/esp-adf.hpp"
#endif |
Thanks for the quick response. That exposes another problem. It appears bsp_board.c is trying to load a file that doesn't exist as pathed:
|
please re-read my previous response, I'm not an esper and can only take a guess at what's going on with the little information you provided 😉 |
I recently installed the ESP32-Chimera-Core as needed by https://github.com/tobozo/ESP32-GifPlayer/
Unfortunately, I get an error when Chimera-Core tries to load bsp_board.c (error below
Any idea if this is an incompatibility w/r/t other libraries being updated or if this should've worked and I'm doing something wrong and need to install a dependency that I thought would be installed with the "install dependencies" option within the Arduino IDE?
The text was updated successfully, but these errors were encountered: