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 00effa6 commit b3f3207
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 @@ -15,7 +15,7 @@
g.clearRect(x, y, x + 21, y + 23);
g.setFont('6x8', 1);
let again = false;
let toggleForce = true;
let toggleForce = false;
if (NRF.getSecurityStatus().connected || toggleForce) g.drawString('B', x + 5, y + 3), again = true;
if (Bangle.isCompassOn() || toggleForce) g.drawString('C', x + 13, y + 3), again = true;
if (Bangle.isGPSOn() || toggleForce) g.drawString('G', x + 5, y + 12), again = true;
Expand Down

0 comments on commit b3f3207

Please sign in to comment.