Files

8 lines
174 B
Python
Raw Permalink Normal View History

2018-01-03 14:18:06 +01:00
# 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'