Skip to content

Commit

Permalink
bootgatthrm: simplify event listener
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrippling committed Apr 24, 2024
1 parent da7f03b commit 3092be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bootgatthrm/boot.js
Expand Up @@ -70,5 +70,5 @@
}

setupHRMAdvertising();
Bangle.on("HRM", function (hrm) { updateBLEHeartRate(hrm); });
Bangle.on("HRM", updateBLEHeartRate);
})();

0 comments on commit 3092be1

Please sign in to comment.