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