testiung for release 2

This commit is contained in:
2025-05-09 23:47:13 -06:00
parent b47cbbc684
commit 6837d0ecc9
9 changed files with 84 additions and 74 deletions
+1 -1
View File
@@ -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:"
+4 -1
View File
@@ -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"
-12
View File
@@ -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
View File
@@ -1 +1,4 @@
idf.py monitor
#!/bin/bash
echo -e "\nMonitoring on $ESPPORT\n"
idf.py monitor
echo -e "\nAll done :3\n"