You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
corrected some missing connection_state callbacks (thanks to Geert Roumen)
Issue error to log when esp_avrc_tg_set_rn_evt_cap fails
Enable easy detection of failed authentication (thanks to hogthrob)
additional parameters for set_auto_reconnect method to better control the auto reconnect: void set_auto_reconnect(bool reconnect, bool afterNormalDisconnect=false, int count=AUTOCONNECT_TRY_NUM ).
use different last_bda names for source and sink
provided get_connected_source_name() method thanks to Clark Bremer
added set_volume to bt_music_sender_write example
new class OneChannel8BitSoundData with bt_music_sender_write_8bit example
new method set_swap_lr_channels() to swap left and right channels
example for status callbacks: bt_music_receiver_status_callback.ino