aboutsummaryrefslogtreecommitdiff
path: root/firmware/boot.py
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2021-03-08 13:21:37 -0600
committerBlaise Thompson <blaise@untzag.com>2021-03-08 13:21:37 -0600
commit751e664a28892fd92694abf3d821d068013e9453 (patch)
tree8a9a62bbe3bd6fcbbd7be411c38b366f3f008b83 /firmware/boot.py
initial commit
Diffstat (limited to 'firmware/boot.py')
-rw-r--r--firmware/boot.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/boot.py b/firmware/boot.py
new file mode 100644
index 0000000..18ffbcf
--- /dev/null
+++ b/firmware/boot.py
@@ -0,0 +1,7 @@
+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()