Skip to content

Commit

Permalink
Badger OS: Fix qrgen for #6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Mar 20, 2023
1 parent 3505dcb commit edb89e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion badger_os/examples/qrgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def draw_qr_file(n):


badger_os.state_load("qrcodes", state)
changed = not badger2040.woken_by_button()
changed = True

while True:
if TOTAL_CODES > 1:
Expand Down

0 comments on commit edb89e7

Please sign in to comment.