swag-scanner icon indicating copy to clipboard operation
swag-scanner copied to clipboard

Fix Arduino bluetooth services threading

Open seanngpack opened this issue 5 years ago • 0 comments

Describe the bug Bluetooth services aren't working properly and the threads aren't joining for asynchronous calls.

Proposal Let's nuke the adafruit ble library and use pybluez for a little lower-level control. Then I can define my own custom threaded workers and run bluetooth stuff in a separate event loop to the main scanning loop.

seanngpack avatar Dec 31 '19 04:12 seanngpack