fixed rr intervals for BTHRM saving

master
nravanelli 2025-04-30 16:26:16 +08:00
parent d3508c4575
commit 5d9f1a7a43
1 changed files with 3 additions and 1 deletions

View File

@ -202,7 +202,9 @@
bt_bat = h.bat; bt_bat = h.bat;
bt_energy = h.energy; bt_energy = h.energy;
bt_contact = h.contact; bt_contact = h.contact;
if (h.rr) bt_rr.push(h.rr); if (h.rr) {
h.rr.forEach(val => bt_rr.push(val));
}
} }
return { return {
name: "BT HR", name: "BT HR",