Update app.js

master
Andy Smy 2025-05-11 16:09:56 +01:00 committed by GitHub
parent ec1e97774c
commit 4e41be0ce5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ function toggleHRM() {
}
}
// process heart rate monitor event
// each second (approx.)
function updateHeartRate(h) {
heartRate = h.bpm || 0;
//console.log("HRM", heartRate, (new Date()));