Added Simple Switch Command Between C3 and S3
This commit is contained in:
@@ -13,6 +13,15 @@ get_code_gen:
|
||||
gen_prot:
|
||||
./alox.protogen -i prot.json -o main/uart
|
||||
|
||||
switch_to_s3:
|
||||
idf.py set-target esp32s3
|
||||
cp sdkconfig.s3 sdkconfig
|
||||
idf.py build
|
||||
|
||||
switch_to_c3:
|
||||
idf.py set-target esp32c3
|
||||
cp sdkconfig.c3 sdkconfig
|
||||
idf.py build
|
||||
|
||||
buildIdf:
|
||||
idf.py build
|
||||
@@ -26,6 +35,17 @@ flashMini2:
|
||||
flashMini3:
|
||||
idf.py flash -p /dev/ttyACM2
|
||||
|
||||
flashCluster:
|
||||
idf.py flash -p /dev/ttyACM1
|
||||
idf.py flash -p /dev/ttyACM2
|
||||
idf.py flash -p /dev/ttyACM3
|
||||
idf.py flash -p /dev/ttyACM4
|
||||
idf.py flash -p /dev/ttyACM5
|
||||
idf.py flash -p /dev/ttyACM6
|
||||
idf.py flash -p /dev/ttyACM7
|
||||
idf.py flash -p /dev/ttyACM8
|
||||
|
||||
|
||||
monitorMini:
|
||||
idf.py monitor -p /dev/ttyACM0
|
||||
|
||||
|
||||
+2098
File diff suppressed because it is too large
Load Diff
+2357
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user