mirror of
https://github.com/m5stack/M5GO.git
synced 2026-05-20 10:15:29 -07:00
15 lines
273 B
Python
15 lines
273 B
Python
# This file is executed on every boot (including wake-boot from deepsleep)
|
|
import sys, gc, utime
|
|
|
|
# Set default path
|
|
# Needed for importing modules and upip
|
|
sys.path[1] = '/flash/lib'
|
|
|
|
# M5G0
|
|
import M5GO
|
|
M5GO.start()
|
|
|
|
gc.collect()
|
|
|
|
|
|
# ./BUILD.sh -f16 -fs 2000 -a 2000 flash |