Dateien nach "old" hochladen

This commit is contained in:
2025-10-01 18:30:41 +00:00
parent eb4abbd7b9
commit 87cfa83af9
5 changed files with 444 additions and 0 deletions

4
old/boot.py Normal file
View File

@@ -0,0 +1,4 @@
# This file is executed on every boot (including wake-boot from deepsleep)
import uos, machine
import gc
gc.collect()