Skip to content

Commit

Permalink
Update font and color (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanto authored Mar 30, 2021
1 parent 1f295a4 commit f6fe490
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ clock.ontick = (evt) => {
updateDate(evt.date);
}

battery.onchange = (charger, evt) => {
checkAndUpdateBatteryLevel();
}

// Create a new instance of the HeartRateSensor object
let _hrm = new HeartRateSensor();
_hrm.onreading = function () {
Expand Down

0 comments on commit f6fe490

Please sign in to comment.