MaxO/boot.py

11 lines
231 B
Python
Raw Permalink Normal View History

2020-11-15 17:47:23 +00:00
# This file is executed on every boot (including wake-boot from deepsleep)
#import esp
#esp.osdebug(None)
import uos, machine
#uos.dupterm(None, 1) # disable REPL on UART(0)
import gc
#import webrepl
#webrepl.start()
gc.collect()