mirror of https://github.com/espruino/BangleApps
removed testing stuff
parent
875c6e9985
commit
8225e95188
|
@ -25,7 +25,7 @@
|
|||
try {
|
||||
const d = require('Storage').readJSON("widbgjs.json", 1) || {};
|
||||
storedData = Object.assign({
|
||||
'bg': 100,
|
||||
'bg': null,
|
||||
'bgTimeStamp': null,
|
||||
'bgDirection': "Flat"
|
||||
}, d || {});
|
||||
|
|
Loading…
Reference in New Issue