Initial commit

This commit is contained in:
2021-11-30 18:24:30 +02:00
commit 9b20236eb6
6 changed files with 248 additions and 0 deletions

11
boot.py Normal file
View File

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