PYBD SF6W rebooting several times during operation
Posted: Mon Feb 17, 2020 2:52 pm
I am using the SF6W model, and I am running a boot.py, which looks like:
import machine
import pyb
pyb.main('main.py')
However, after the 'main.py' script finishes running, the Pyboard reboots and runs 'main.py' again. Can anyone give an insight as to why this might be happening? Thanks.
import machine
import pyb
pyb.main('main.py')
However, after the 'main.py' script finishes running, the Pyboard reboots and runs 'main.py' again. Can anyone give an insight as to why this might be happening? Thanks.