forked from FOSS/BangleApps
Disable temperature wear detection by default
parent
50afb26b8d
commit
fed3ef9314
|
@ -13,7 +13,7 @@ global.sleeplog = {
|
|||
minConsec: 18E5, // [ms] minimal time to count for consecutive sleep
|
||||
deepTh: 100, // threshold for deep sleep
|
||||
lightTh: 200, // threshold for light sleep
|
||||
wearTemp: 29, // temperature threshold to count as worn
|
||||
wearTemp: null, // temperature threshold to count as worn
|
||||
}, require("Storage").readJSON("sleeplog.json", true) || {})
|
||||
};
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
minConsec: 18E5, // [ms] minimal time to count for consecutive sleep
|
||||
deepTh: 100, // threshold for deep sleep
|
||||
lightTh: 200, // threshold for light sleep
|
||||
wearTemp: 29, // temperature threshold to count as worn
|
||||
wearTemp: null, // temperature threshold to count as worn
|
||||
// app settings
|
||||
breakToD: 12, // [h] time of day when to start/end graphs
|
||||
appTimeout: 0 // lock and backlight timeouts for the app
|
||||
|
|
Loading…
Reference in New Issue