Skip to content
Snippets Groups Projects
Verified Commit d0992edd authored by dos's avatar dos
Browse files

sim: fakes: machine: Actually reboot

parent a0fd5027
No related branches found
No related tags found
1 merge request!600Simulator improvements
import os
import sys
......@@ -32,7 +33,7 @@ class I2C:
def reset():
print("beep boop i have reset")
sys.exit(0)
os.execv(sys.executable, ["python"] + sys.argv)
def disk_mode_flash():
......
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