micropy-light/code/boot.py
2018-09-13 17:45:22 +02:00

8 lines
162 B
Python

# This file is executed on every boot (including wake-boot from deepsleep)
#import esp
#esp.osdebug(None)
import gc
#import webrepl
#webrepl.start()
gc.collect()