StuartLittlefair / PyTindeq

32 stars 10 forks source link

Fix Issue #1, update bluetooth connect method, fix FutureWarning #3

Closed owenhdiba closed 9 months ago

owenhdiba commented 9 months ago

Fix #1 IOLoop Error. Updates connect method so script waits 20s to connect to device rather than 200s. Fix FutureWarning from BleakClient.is_connected(), which is due to be removed from bleak.

StuartLittlefair commented 9 months ago

Lovely. Thanks @owenhdiba