testiung for release 2
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
echo -e "Getting ESP Chip Info...\n"
|
||||
echo -e "\nGetting ESP Chip Info...\n"
|
||||
# echo -e "Base MAC Address:"
|
||||
# esptool.py --port $ESPPORT --baud $ESPBAUD --chip auto read_mac
|
||||
echo -e "\nChip ID:"
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
idf.py flash monitor
|
||||
#!/bin/bash
|
||||
echo -e "\nFlashing and Monitoring for $ESPTARGET on $ESPPORT\n"
|
||||
idf.py flash monitor
|
||||
echo -e "\nAll done :3\n"
|
||||
@@ -1,12 +0,0 @@
|
||||
#!/bin/bash
|
||||
# usage install_esp_branch v5.4.1
|
||||
if [ -z "$1" ]; then
|
||||
echo "usage example: `install_esp_branch v.5.4.1`"
|
||||
exit
|
||||
fi
|
||||
|
||||
rm -rf ~/esp/esp-idf
|
||||
rm -rf ~/.espressif
|
||||
git clone --recursive https://github.com/espressif/esp-idf.git -b "$1" ~/esp/esp-idf
|
||||
bash ~/esp/esp-idf/install.sh all
|
||||
python ~/esp/esp-idf/tools/idf_tools.py install all
|
||||
+4
-1
@@ -1 +1,4 @@
|
||||
idf.py monitor
|
||||
#!/bin/bash
|
||||
echo -e "\nMonitoring on $ESPPORT\n"
|
||||
idf.py monitor
|
||||
echo -e "\nAll done :3\n"
|
||||
Reference in New Issue
Block a user