Initial commit

This commit is contained in:
2020-08-25 20:25:20 +03:00
commit 799de0c306
6 changed files with 102 additions and 0 deletions

9
boot.py Normal file
View File

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