Open GlebDen opened 3 years ago
I’ve got the same error but using the « default » Adafruit VS1053 library (from arduino library manager) worked. The sample mp3 player code (from Adafruit VS1053 library example) worked perfectly (maybe they fixed something ?).
I was able to realize my project : a bluetooth audio receiver using an esp32 and a VS1053.
Hello.
I just tried to compile your code in arduino ide and got this error:
\src\Adafruit_VS1053\Adafruit_VS1053.cpp: In function 'void feeder()': \src\Adafruit_VS1053\Adafruit_VS1053.cpp:38:11: error: 'class Adafruit_VS1053_FilePlayer' has no member named 'DREQFlag' myself->DREQFlag = true;
Did I missed anything? I would be very grateful for the help.