You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update backend_bleak.py to use BleakScanner and avoid future deprecation of scanning/discovery. See this example and this example for ideas.
The error we currently see is:
C:\Python311\Lib\site-packages\godirect-1.1.4-py3.11.egg\godirect\backend_bleak.py:21: FutureWarning: The discover function will removed in
a future version, use BleakScanner.discover instead.
C:\Python311\Lib\site-packages\godirect-1.1.4-py3.11.egg\godirect\backend_bleak.py:28: FutureWarning: BLEDevice.rssi is deprecated and will
be removed in a future version of Bleak, use AdvertisementData.rssi instead
The text was updated successfully, but these errors were encountered:
Update backend_bleak.py to use BleakScanner and avoid future deprecation of scanning/discovery. See this example and this example for ideas.
The error we currently see is:
C:\Python311\Lib\site-packages\godirect-1.1.4-py3.11.egg\godirect\backend_bleak.py:21: FutureWarning: The discover function will removed in
a future version, use BleakScanner.discover instead.
C:\Python311\Lib\site-packages\godirect-1.1.4-py3.11.egg\godirect\backend_bleak.py:28: FutureWarning: BLEDevice.rssi is deprecated and will
be removed in a future version of Bleak, use AdvertisementData.rssi instead
The text was updated successfully, but these errors were encountered: