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
131 stars 25 forks source link

Fix Fitness machine status characteristic id, verify example with Suito #34

Closed tensorturtle closed 10 months ago

tensorturtle commented 10 months ago

https://github.com/zacharyedwardbull/pycycling/issues/33

tensorturtle commented 10 months ago

Also fix one typo where 'f' was missing in f-string.

zacharyedwardbull commented 10 months ago

@tensorturtle thanks for this!

@coniesco please could you verify then I will merge it?

coniesco commented 10 months ago

@zacharyedwardbull Looks good!

@tensorturtle Thank you!