Files
Milan Toman f0734984d0 first commit
2021-02-23 12:03:39 +01:00

11 lines
184 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()
import utime
gc.collect()