iRobotEducation / irobot-edu-python-sdk

Python SDK for iRobot Edu robots (Root or Create 3)
BSD 3-Clause "New" or "Revised" License
16 stars 6 forks source link

Update BLE find robot by name to fix macOS #27

Closed shamlian closed 11 months ago

shamlian commented 11 months ago

Update Bleak to 0.20.0 in order to use BleakScanner.find_device_by_name() and update usage of .discover() to avoid deprecated class members.