kodera2t / ESP32_OLED_webradio

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)
246 stars 68 forks source link

deprecated function? #14

Closed vibnwis closed 6 years ago

vibnwis commented 6 years ago

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?