This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Venu 2 and Venu2+ SensorHistory.getHeartRateHistory() bug?

I received complains from Venu 2 and Venu 2+ users that the HR graph was not moving or stuck in one of my apps, I have an actual Venu 2 device and tested it and it was actually behaving weird, it was working fine in Emulator by the way.

I tried all combinations of parameters, and here is what I got so far:

Toybox.SensorHistory.getHeartRateHistory()

:Period=>

if Null, empty history

if Duration, history is stuck (meaning that timestamps are changing relative to the current time, its like the time of data interval is being added to the timestamp that makes the history not moving)

if Number, history is stuck (though different behavior compared to Duration, the timestamps are adjusted relative to the current time without gap using the time of data interval, meaning all data regardless the timestamp will be sitting on each other)

:Order=>

History will be the same regardless the state of this flag

I also tried the Toybox.ActivityMonitor.getHeartRateHistory() but with no success.

Has anyone experienced this bug?, I tried to search the issue here in Garmin Forum but with no success... its like a dead-end for me to test it on the current SDK (v4.0.7) that is why I am asking here now.