fixed erasse flash and added update-depenencies to setup'

This commit is contained in:
2025-11-18 09:07:15 -07:00
parent 676811bdf7
commit 92b6c458e6
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ echo -e "\nFlashing and Monitoring for $ESPTARGET on $ESPPORT\n"
# if tehre is no CMakeLists.txt in cwd, setup to defaults with idf.py set-target and not setup as that goes through menuconfig
if [ ! -f "./CMakeLists.txt" ]; then
idf.py set-target $ESPTARGET
# run the setup tool instead
setup
fi
idf.py --preview flash monitor