aboutsummaryrefslogtreecommitdiff
path: root/firmware/boot.py
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/boot.py')
-rw-r--r--firmware/boot.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/boot.py b/firmware/boot.py
deleted file mode 100644
index 18ffbcf..0000000
--- a/firmware/boot.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import esp
-esp.osdebug(None)
-#import uos, machine
-#uos.dupterm(None, 1) # disable REPL on UART(0)
-import gc
-from machine import RTC
-gc.collect()