removed testing stuff

pull/2577/head
Phil Roggenbuck 2023-02-14 21:50:08 +01:00 committed by GitHub
parent 875c6e9985
commit 8225e95188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 || {});