mirror of https://github.com/espruino/BangleApps
Undo accidental indent
parent
7cc67ceb27
commit
efae29ce35
|
@ -187,10 +187,10 @@ if (sleeplog.conf.enabled) {
|
|||
|
||||
// create a temporary object to store data and functions
|
||||
global.tmpWearingCheck = {
|
||||
// define temporary hrm listener function to read the wearing status
|
||||
hrmListener: hrm => tmpWearingCheck.isWearing = hrm.isWearing,
|
||||
// set default wearing status
|
||||
isWearing: false,
|
||||
// define temporary hrm listener function to read the wearing status
|
||||
hrmListener: hrm => tmpWearingCheck.isWearing = hrm.isWearing,
|
||||
// set default wearing status
|
||||
isWearing: false,
|
||||
};
|
||||
|
||||
// enable HRM
|
||||
|
|
Loading…
Reference in New Issue