Browse Source

Add default boot.py from MicroPython installation.

DarkMorford 6 năm trước cách đây
mục cha
commit
6bb0b820b7
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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()