Skip to content
Snippets Groups Projects
Commit 0f23df0a authored by schneider's avatar schneider
Browse files

fix(ble): Go back to main.py after bonding

parent 3d5789af
No related branches found
No related tags found
1 merge request!390Bonding dialog
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment