-
I do not. How to recreate? Edit: I just experienced it, I set only
wake on touch
.I made further testing and requires :
- wake on touch
Bangle.setHRMPower(true)
some timestamps in ms between each wake, with watch on desk face down to keep hr light on:
62529 58397 11837 32309 13753 5924 29351 6560 27113 796 11840 8795
Bangle.setOptions({hrmPushEnv:true}); console.log(Bangle.getOptions()); Bangle.setHRMPower(true); console.log(Bangle.getOptions());
It seems calling
setHRMPower(true)
forcefully sets/overrides my own values,hrmWearDetect
is set totrue
, andhrmPushEnv
is set tofalse
. So I to have to set those options after callingsetHRMPower()
Bangle.on("HRM-env",(e)=> { console.log(e); });
My readings are all
0
for this event. Is that expected? The documentation doesn't describe whatenvironment
means either. - wake on touch
I see this behaviour as well with the HRM to 3 mins.