micropy-light/code/boot.py

8 lines
162 B
Python
Raw Normal View History

2018-09-13 17:45:22 +02:00
# 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()