Zepp OS: Disable manual HR measurements

They will sometimes not trigger the HR sensor and get stuck
indefinitely.
This commit is contained in:
José Rebelo
2025-04-26 18:08:28 +01:00
parent b014d04871
commit 8805473a30
@@ -166,7 +166,7 @@ public abstract class ZeppOsCoordinator extends HuamiCoordinator {
@Override
public boolean supportsManualHeartRateMeasurement(final GBDevice device) {
return true;
return false; // FIXME: this is still somewhat broken and sometimes never finishes
}
@Override