Micropython Editor
MaixPy firmware integrates a file editor-pye
, users can directly modify the files in the board through the serial terminal
Instructions:
from pye_mp import pye
pye("/sd/boot.py")
MaixPy firmware integrates a file editor-pye
, users can directly modify the files in the board through the serial terminal
Instructions:
from pye_mp import pye
pye("/sd/boot.py")