Non Working Inital Commit

This commit is contained in:
2024-09-13 10:40:32 +02:00
commit fe01b9baf9
6 changed files with 190 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
all:
echo "no default rule"
export:
source ~/esp/esp-idf/export.fish && fish
buildIdf:
idf.py build
flash:
idf.py flash -p /dev/ttyUSB0
monitor:
idf.py monitor