Hi.
Im using this code in my watchface to retrieve heart rate history and draw a Graph, It works in all devices except Venu 2 series.
if((Toybox has : SensorHistory) && (Toybox has : getHeartRateHistory)){
return Toybox.SensorHistory.getHeartRateHistory({});
}
In SDK simulator draw Graph but in real device no, I assume that may return null.
- What its the problem?