pschatzmann / ESP32-A2DP

A Simple ESP32 Bluetooth A2DP Library (to implement a Music Receiver or Sender) that supports Arduino, PlatformIO and Espressif IDF
Apache License 2.0
1.65k stars 270 forks source link

Fix typo at BluetoothA2DPSink::execute_avrc_command #465

Closed storoj closed 1 year ago

storoj commented 1 year ago

Failure messages for ESP_AVRC_PT_CMD_STATE_PRESSED and ESP_AVRC_PT_CMD_STATE_RELEASED were mismatched.

pschatzmann commented 1 year ago

Thanks for spotting this