File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -259,20 +259,22 @@ If you are using a current version of ESP IDF, you will receive compile errors l
259
259
260
260
## Change History
261
261
262
- Master
262
+ V.1.3.0
263
263
- provide get_connection_status() method
264
264
- provide end() method to shut down bluetooth
265
265
- add compile time switch for new ESP IDF
266
266
- provide set_discoverability() to change BT discovery mode (only for current ESP IDF)
267
267
- add additional flag in set_stream_reader to deactivate i2s
268
268
- Remove includes of Arduino.h to highlight independence of Arduino API
269
269
- New examples with LED and auto shut down on idle
270
- - Implement mono downmix
271
270
- Clean up compile warnings so that build with warnings ALL will succeed
272
271
- Example with set_pin_config
273
- - bluetooth devices with address starting 00 did not auto reconnect
274
- - expand to 24 or 32 bits using i2s_config.bits_per_sample
272
+ - Correction - Bluetooth devices with address starting 00 did not auto reconnect
273
+ - Implement mono downmix thanks to [ rbuehlma] ( https://github.com/rbuehlma )
274
+ - expand to 24 or 32 bits using i2s_config.bits_per_sample thanks to [ riraosan] ( https://github.com/riraosan )
275
+ - Tracknumber and TrackCount added to Metadata thanks to [ alexus2033] ( https://github.com/alexus2033 )
275
276
- Correction which allows restart after calling end() thanks to [ alexus2033] ( https://github.com/alexus2033 )
277
+ - Add method to disconnect current connection thanks to [ ashthespy] ( https://github.com/ashthespy )
276
278
277
279
V.1.2.0
278
280
- Metadata support with the help of a callback function - Thanks to [ JohnyMielony] ( https://github.com/JohnyMielony )
You can’t perform that action at this time.
0 commit comments