Update app.js

Trying to fix hrm function call
master
Andy Smy 2025-05-11 15:35:10 +01:00 committed by GitHub
parent 2f46aa60f5
commit d529440282
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ function startPlay(resume) {
countDown(0);
}
});
Bangle.on('HRM', updateHeartRate);
Bangle.on('HRM', function(h) {updateHeartRate(h);});
}
}