feat: inital commit

This commit is contained in:
xGlc
2026-04-11 23:31:41 +02:00
parent c4fe9a7213
commit 07d93402b3
5 changed files with 1214 additions and 0 deletions

5
boot.py Normal file
View File

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