OLED display support is added to ESP32 MP3 web radio/bluetotooth speaker code by MrBuddyCasino's. Now webradio station switching is supported (implemented by n24bass)
Encountered this when compiling for Bluetooth Speaker Mode.
error: implicit declaration of function 'esp_a2d_register_data_callback' [-Werror=implicit-function-declaration]
esp_a2d_register_data_callback(bt_app_a2d_data_cb);
^
By referring to MrBuddyCasino, it has already been changed. I guess this is not updated, is it?
Encountered this when compiling for Bluetooth Speaker Mode. error: implicit declaration of function 'esp_a2d_register_data_callback' [-Werror=implicit-function-declaration] esp_a2d_register_data_callback(bt_app_a2d_data_cb); ^
By referring to MrBuddyCasino, it has already been changed. I guess this is not updated, is it?