This commit is contained in:
2026-06-16 13:02:06 +02:00
commit 9e45f1f199
29 changed files with 2531 additions and 0 deletions

2
reboot.py Normal file
View File

@@ -0,0 +1,2 @@
import machine
machine.reset()