You are reading a single comment by @user133055 and its replies. Click here to read the full conversation.
  • Do I have to edit this in attributes.js

    "fee0": function (d) {

    let r = {steps: (0xff & d[0] | (0xff & d[1]) << 8)};
    if (d.length === 5)
      r.heartRate = d[4];
    return r;
    
About

Avatar for user133055 @user133055 started