Files
2018-01-03 14:18:06 +01:00

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'