1.2-dev-1

This commit is contained in:
2025-05-18 19:24:55 -06:00
parent 3845128c3f
commit 4bd8194592
22 changed files with 49 additions and 35 deletions
+5 -5
View File
@@ -3,16 +3,16 @@ set -e # die on error
echo -e "Clean, build, flash, monitor in steps, dying on error"
echo -e "\ncleaning up first\n"
bash fullclean
# echo -e "\ncleaning up first\n"
# bash fullclean
echo -e "\nBuilding\n"
idf.py build
idf.py --preview build
echo -e "\nFlashing to $ESPPORT\n"
idf.py flash
idf.py --preview flash
echo -e "\nMonitor time on $ESPPORT for target $ESPTARGET at $ESPBAUD\n"
idf.py monitor
idf.py --preview monitor
echo -e "\nAll done :3\n"