Update widstep.wid.js

pull/1715/head
sir-indy 2022-04-20 12:48:28 +01:00 committed by GitHub
parent 7621776a83
commit 7bfe23d809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
let wsSettingsGoal;
let wsSettingsGoal = 10000;
Bangle.on('step', function(s) { WIDGETS["widstep"].draw(); });
Bangle.on('lcdPower', function(on) {
@ -25,4 +25,3 @@ WIDGETS["widstep"]={area:"tl", sortorder:-1, width:28,
WIDGETS["widstep"].draw();
}
};
loadSettings();