eziya / ESP32_ADAFRUIT_VS1053

Modified Adafruit VS1053 Library for ESP32 to prevent exception.
13 stars 1 forks source link

no member named 'DREQFlag' #1

Open GlebDen opened 3 years ago

GlebDen commented 3 years ago

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.

paulgreg commented 2 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.