Skip to content

Commit

Permalink
Update wid.js
Browse files Browse the repository at this point in the history
  • Loading branch information
miseler authored Jun 3, 2024
1 parent dfe6d05 commit 219e4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/widdevst/wid.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
/*
let b = E.getBattery();
/*/
const b=60;
const b=40;
//*/
let corner = 4;
if(b <= 55) {g.drawLine(x+21-corner, y+0, x+21, y+0);g.drawLine(x+21, y+1, x+21, y+corner);}
Expand Down

0 comments on commit 219e4ed

Please sign in to comment.