Skip to content
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

can not compile for esp32-wroom using latest Platform.io #727

Open
miko007 opened this issue Jan 8, 2025 · 0 comments
Open

can not compile for esp32-wroom using latest Platform.io #727

miko007 opened this issue Jan 8, 2025 · 0 comments

Comments

@miko007
Copy link

miko007 commented Jan 8, 2025

I tried to use the library inside Platform.io for an ESP32-WROOM module, using the following components:

#include <AudioFileSourceSD.h>
#include <AudioGeneratorMP3.h>
#include <AudioOutputI2S.h>

unfortunately, i can not get it to compile, as it is looking for SPIFFS.h, which has been deprecated for years in favour of LittleFS and does not seem to be present in the libraries for this board anymore. The compiler also complains about NetworkClient not being declared in the current scope. I did not look further into this one.

My board specification is

platform = espressif32
board = esp32dev
framework = arduino

Is there any workaround for this? Are there any plans to migrate the library to LittleFS in the near future? Thanks in advance for your support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant