Sfoglia il codice sorgente

Add default boot.py from MicroPython installation.

DarkMorford 6 anni fa
parent
commit
6bb0b820b7
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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()