Update app.js

master
Andy Smy 2025-05-11 17:57:07 +01:00 committed by GitHub
parent 29f9b85456
commit b6882d3d51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ function countDown(dir) {
g.setFontAlign(-1,0);
g.setFont("Vector",16); // vector font, 80px
var heartRateString = heartRate + 'bpm';
if(heartRate==0) heartRateString = '';
if(!HRM) heartRateString = '';
g.drawString(battery + '% ' + heartRateString, 5, 11);
g.setFontAlign(0,0);
g.setFont("Vector",48); // vector font, 80px