You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Decode max 10 QR's per second
This commit is contained in:
@@ -64,7 +64,7 @@ def qrdecode_live():
|
||||
except TypeError as e:
|
||||
print("QR TypeError: ", e)
|
||||
status_label_text = status_label_text_found
|
||||
time.sleep_ms(500)
|
||||
time.sleep_ms(100)
|
||||
|
||||
|
||||
def close_button_click(e):
|
||||
|
||||
Reference in New Issue
Block a user