Update app.js

Remove internal autolight logic.
master
stephenPspackman 2022-01-06 22:40:34 -08:00 committed by GitHub
parent 99c7dba8f2
commit 328f2d0e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -496,7 +496,6 @@ class Clock {
this.conservative = !up; this.conservative = !up;
this.active(); this.active();
}, },
twist: _ => this.options.autolight && Bangle.setLCDPower(true),
drag: e => { drag: e => {
if (this.t0) { if (this.t0) {
if (e.b) { if (e.b) {