InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.64k stars 903 forks source link

Heartrate monitor stays on while charging #1861

Closed yamanq closed 9 months ago

yamanq commented 9 months ago

Verification

Introduce the issue

If the screen is turned on while the device is charging, you can see that the heartrate monitor continues to flash behind the charger.

Preferred solution

If the device is charging, do not enable the heart rate monitor. Importantly, if the heartrate monitor was enabled before charging, it should still be enabled after removing the watch from the charger. If there are situations where the current behavior is desired, it can can also be a setting: "Measure heart rate while device is charging" (default disabled).

Version

v1.13.0

yamanq commented 9 months ago

I found the relevant issue: #594