Show last healt status for HRM

pull/1720/head
David Peer 2022-04-20 17:24:11 +02:00
parent 8ff06301a7
commit f8a2c280fe
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ function _drawData(key, y, c){
value = E.getAnalogVRef().toFixed(2) + "V";
} else if(key == "HRM"){
value = Math.round(Bangle.getHealthStatus("day").bpm);
value = Math.round(Bangle.getHealthStatus("last").bpm);
} else if (key == "TEMP"){
var weather = getWeather();