Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronin0000 committed Feb 3, 2022
1 parent bb3e237 commit 03a7267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/torch/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ function loadSettings() {
settings = require("Storage").readJSON(SETTINGS_FILE,1)|| {'bg': '#FFFFFF', 'color': 'White'};
}

loadSettings();

Bangle.setLCDPower(1);
Bangle.setLCDTimeout(0);
g.reset();
Expand Down

0 comments on commit 03a7267

Please sign in to comment.