11-14-2017 03:29 - edited 02-04-2018 20:15
11-14-2017 03:29 - edited 02-04-2018 20:15
I did this and used:
ts = heartRateMonitor.timestamp;
now = Date.now();
As you can see I got wildly different times. I would have thought the the heart rate timestamp would have been synced to the watch time???
[22:35:15]ts: Sun Jan 04 1970 21:16:05 GMT+11:00 now: Mon Nov 13 2017 22:35:10 GMT+11:00
11-14-2017 12:42
11-14-2017 12:42
Are you doing that inside the onreading event? Or at least after you've started the sensor?
11-14-2017 15:32
11-14-2017 15:32
Yes to both. The heart rate monitor is only stopped when the app is closed.