Files
2026-01-18 11:54:06 +00:00

4 lines
150 B
Python

# Leave safe mode and do a reset as if you pressed the RESET button if the Pico boots into safe mode.
import microcontroller
microcontroller.reset()