9
0
Fork 0
sumorobot-firmware/boot.py

6 lines
121 B
Python
Executable File

from utime import sleep_ms
# Give time to cancel boot script
print("Press Ctrl-C to stop boot script...")
sleep_ms(500)