mirror of
https://github.com/m5stack/M5Stack_MicroPython.git
synced 2026-05-20 10:14:44 -07:00
8 lines
174 B
Python
8 lines
174 B
Python
# This file is executed on every boot (including wake-boot from deepsleep)
|
|
|
|
import sys
|
|
|
|
# Set default path
|
|
# Needed for importing modules and upip
|
|
sys.path[1] = '/flash/lib'
|