-
Notifications
You must be signed in to change notification settings - Fork 212
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 someone help with TMRpcm.h conflict #226
Comments
#include "WiFiEsp.h" void setRGBColor(int mode) {
} void setup() { void saveAudioToFile() { if (audioFile) { } else { if (btn == LOW && btn_prev == HIGH) { |
Hello. Im trying to download wav file from server and store them to sd card. This part of code is working but when im trying to add library #include <TMRpcm.h> to play audio ESP starts behave like this (see screenshoot) without the line everything is okay. Maybe someone has idea how to solve this because im not really good into this. Thanks
The text was updated successfully, but these errors were encountered: