Skip to content
Snippets Groups Projects
Commit 93991bda authored by schneider's avatar schneider
Browse files

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

parent f7070add
No related branches found
No related tags found
No related merge requests found
Pipeline #4604 passed
......@@ -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