Badger2040: qrgen now halts

This commit is contained in:
Mike Bell 2022-03-25 15:27:16 +00:00
parent 1f1f9b00df
commit 88dd6e6e86
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,5 @@
import badger2040
import qrcode
import time
# Open the qrcode file
@ -66,6 +65,4 @@ for line in detail_text:
top += 10
display.update()
while True:
time.sleep(1.0)
display.halt()