This commit is contained in:
2024-12-28 18:34:18 -07:00
parent b9cf833427
commit c854d0a6c7
5 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -34,8 +34,8 @@ echo -e "\nBuild, Flash, and Monitor Now? y/n"
read flashmon
if [ "$flashmon" == "y" ]; then
echo -e "\nBuild, Flashing, and Monitoran~\n"
echo -e "\nFlashed... Short Delay Before Monitor\n"
idf.py flash
echo -e "\nFlashed... Short Delay Before Monitor\n"
sleep 1
idf.py monitor
else
-1
View File
@@ -4,7 +4,6 @@ set -e # die on error in theory
echo -e "Clean, build, flash, monitor in steps, dying on error"
echo -e "\ncleaning up first\n"
# idf.py clean
bash fullclean
echo -e "\nBuilding\n"