first commit

This commit is contained in:
Milan Toman
2021-02-23 12:03:39 +01:00
commit f0734984d0
3 changed files with 230 additions and 0 deletions

10
boot.py Normal file
View File

@@ -0,0 +1,10 @@
# 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()