浏览代码

Add default boot.py from MicroPython installation.

DarkMorford 6 年之前
父节点
当前提交
6bb0b820b7
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      code/boot.py

+ 7 - 0
code/boot.py

@@ -0,0 +1,7 @@
+# This file is executed on every boot (including wake-boot from deepsleep)
+#import esp
+#esp.osdebug(None)
+import gc
+#import webrepl
+#webrepl.start()
+gc.collect()