1
0
Fork 0

bthrm - Mark internal HRM events as e.src="int"

master
Martin Boonk 2022-11-12 23:20:50 +01:00
parent 637e161a94
commit 8c1fce695b
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ exports.enable = () => {
if (settings.replace){
// register a listener for original HRM events and emit as HRM_int
Bangle.on("HRM", (e) => {
e.modified = true;
e.src = "int";
log("Emitting HRM_int", e);
Bangle.emit("HRM_int", e);
if (fallbackActive){