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