Today I published the new 1.2.0 Release of my ESP32-A2DP Library.
It contains the following improvements:
- Metadata support with the help of a callback function – Thanks to JohnyMielony
- AVRC command support thanks to PeterPark
- Improved init_bluetooth checks, in case bluedroid was already initialized elsewhere – Thanks to Antonis Katzourakis
- No auto reconnect after clean disconnect – Thanks to Bajczi Levente
- The data is rescaled to when written to the internal DAC – Thanks to Martin Hron
- Corrected wrong case of include to Arduino.h – Thanks to RyanDavis
- Added callback to received packets – Thanks to Mishaux
- Automatically reconnect to last source – Thanks to JohnyMielony
- Support for data callback – Thanks to Mike Mishaux
- Improved init_bluetooth checks, in case bluedroid was already initialized elsewhere Antonis Katzourakis
- No auto reconnect after clean disconnect thanks to Bajczi Levente
- Made all methods virtual to enable flexible subclassing
- Error Corrections in BluetoothA2DPSource
- Support for writeData in BluetoothA2DPSource
- Support for multiple alternative BT names in BluetoothA2DPSource
- Redesign to protect internal callbacks in BluetoothA2DPSink
- Documentation with the help of doxygen
0 Comments