mirror of https://github.com/espruino/BangleApps
Increase timeout for HRM value reset
parent
10c9eeaea0
commit
15d2e00fa3
|
@ -809,7 +809,7 @@ Bangle.on('HRM', function(hrm) {
|
|||
timerHrm = setTimeout(() => {
|
||||
hrtValue = '...';
|
||||
drawHeartRate();
|
||||
}, 10000);
|
||||
}, 60000);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue