-
-
Notifications
You must be signed in to change notification settings - Fork 275
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
Implementing metadata on Arduino IDE #29
Comments
try add: BluetoothA2DPSink.h:
BluetoothA2DPSink.cpp
and replace: ESP32-A2DP/src/BluetoothA2DPSink.cpp Lines 458 to 462 in 1da3995
and in project:
|
@lukasilestam |
I have add this logic to the basic code. a2dp_sink.set_avrc_metadata_callback |
Hello, recently I've discovered this awesome library which helped me make my project a lot easier. As adding an OLED display and an ADC took only a few lines of code. The thing is that I don't know how to implement the "send_metadata_cmd" as well as CASE "ESP_AVRC_CT_METADATA_RSP_EVT" so that I could store these attributes to some variables on Arduino IDE.
Adding this code: esp_avrc_ct_send_metadata_cmd(0, ESP_AVRC_MD_ATTR_TITLE); to void loop() compiled successfully, but I just can't confirm it works as I mentioned above.
If someone already tried this, I would really appreciate the help, as I just can't seem to find answers.
Best regards,
Greg
The text was updated successfully, but these errors were encountered: