chenyc
2022-07-05 147a640324ce2be964a3cd35cf74c30b8201a62c
1
2
3
4
5
6
import utime
 
 
print('<system-debug>: System will reboot!')
utime.sleep(3)
reboot()