zacharyedwardbull / pycycling

A Python package for interacting with Bluetooth Low Energy (BLE) compatible bike trainers, power meters, radars and heart rate monitors
https://pypi.org/project/pycycling/
MIT License
126 stars 25 forks source link

replaced pkg_resources with importlib.resources #24

Closed wilddom closed 1 year ago

wilddom commented 1 year ago

This fixes a strange bug in bleak: https://github.com/hbldh/bleak/issues/1132

zacharyedwardbull commented 1 year ago

Thanks for the PR! I'm afraid I no longer have access to a Sterzo, did you manage to test this with a physical device?

wilddom commented 1 year ago

Yes, it works fine with Sterzo and Rizer.

zacharyedwardbull commented 1 year ago

Thanks for the fix! Have merged and released a new version.