First Commit

This commit is contained in:
2024-07-13 13:05:41 -05:00
commit f1579cd45d
11 changed files with 1167 additions and 0 deletions

5
Firmware/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()