swag-scanner
swag-scanner copied to clipboard
Fix Arduino bluetooth services threading
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.