Update Utility Makefile for Mini and SDK Config

This commit is contained in:
2025-03-22 12:46:48 +01:00
parent 4488e4fd6f
commit e211e708a3
3 changed files with 184 additions and 105 deletions
+6 -6
View File
@@ -7,26 +7,26 @@ export:
buildIdf:
idf.py build
flashMini:
idf.py flash -p /dev/ttyACM0
monitorMini:
idf.py monitor -p /dev/ttyACM0
flash0:
sudo chmod o+rw /dev/ttyUSB0
idf.py flash -p /dev/ttyUSB0
flash1:
sudo chmod o+rw /dev/ttyUSB1
idf.py flash -p /dev/ttyUSB1
flash2:
sudo chmod o+rw /dev/ttyUSB2
idf.py flash -p /dev/ttyUSB2
monitor0:
sudo chmod o+rw /dev/ttyUSB0
idf.py monitor -p /dev/ttyUSB0
monitor1:
sudo chmod o+rw /dev/ttyUSB1
idf.py monitor -p /dev/ttyUSB1
monitor2:
sudo chmod o+rw /dev/ttyUSB2
idf.py monitor -p /dev/ttyUSB2