Minor change
parent
f667993f06
commit
ece775bb8e
|
|
@ -27,7 +27,7 @@ function getSteps(){
|
||||||
|
|
||||||
function getBpm(){
|
function getBpm(){
|
||||||
try{
|
try{
|
||||||
return Math.round(Bangle.getHealthStatus("day").bpm) + " bpm";
|
return Math.round(Bangle.getHealthStatus("day").bpm) + "bpm";
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
return ">= 2v12";
|
return ">= 2v12";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue