Initial Commit.

This commit is contained in:
2026-03-31 19:42:54 +01:00
commit 4a081c8058
16 changed files with 7558 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
flash:
idf.py -p /dev/cu.usbserial-0001 flash
run:
idf.py -p /dev/cu.usbserial-0001 flash monitor
build:
idf.py set-target esp32
idf.py build
run