tierneytim / btAudio

Bluetooth Audio for Arduino
196 stars 29 forks source link

Auto-reconnect to last connected Bluetooth device #23

Closed qwertychouskie closed 1 year ago

qwertychouskie commented 2 years ago

Stores the BT address in flash memory, so auto-connection can work across power cycles. Only writes address to flash if it differs from the previously stored address, to avoid unnecessary flash wear.

tierneytim commented 2 years ago

This seems like a cool feature. Will test and integrate over the weekend

qwertychouskie commented 1 year ago

@tierneytim Just wanted to check if you've had a chance to look at the code. I have some local commits to my project (https://github.com/qwertychouskie/GM-EandC-Cemu-v2) that I want to push, but was going to wait until the library changes were merged first. Thanks for your work on this project!

tierneytim commented 1 year ago

Unfortunately I have not been well recently so I haven't had a chance to review but will get to it before Friday

qwertychouskie commented 1 year ago

I made some changes and tested, everything still works in my project. Should be ready for review again.

qwertychouskie commented 1 year ago

Thanks for the merge!