Closed owenhdiba closed 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.
FutureWarning
BleakClient.is_connected()
Lovely. Thanks @owenhdiba
Fix #1 IOLoop Error. Updates connect method so script waits 20s to connect to device rather than 200s. Fix
FutureWarning
fromBleakClient.is_connected()
, which is due to be removed from bleak.