7.1-dev
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user