Skip to content
Snippets Groups Projects

Bonding dialog

Merged schneider requested to merge schneider/mp-bonding into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -144,7 +144,7 @@ while True:
disp.print(" Success", posy=40, fg=[0, 255, 0])
disp.update()
time.sleep(5)
state = 1
os.exec("main.py")
elif state == 6:
# display fail screen and wait 5 seconds
Loading