freakified / TimeStylePebble

A stylish, customizable face for the Pebble Time.
MIT License
177 stars 84 forks source link

Fix heartrate obtaining for reverted health service #101

Closed izhidkov closed 7 years ago

izhidkov commented 7 years ago

Hello! I think you make this https://github.com/freakified/TimeStylePebble/commit/edeffd3b88189bd567a53771a7e26e7d2478bb71 revert, because heartrate data was not obtaining as it must. (because it was not obtaining on my pebble 2 for example) I think this health service is good, because it make watchface more functional, when pebble disconnected from mobile app. Without this health service your watchface don't show steps and heartrate in airplane mode for example. With health service and my fix it works nice.

tilden commented 7 years ago

I think this health service is good, because it make watchface more functional, when pebble disconnected from mobile app. Without this health service your watchface don't show steps and heartrate in airplane mode for example. With health service and my fix it works nice.

Yes and no. You're correct that I reverted the health service changes because the HRM didn't work. However, as for the disconnection indication, you're actually referring what is described in issue #65, which will be rectified in the next release. (The disconnection icon will be hidden by default).