fixed flashmonitor

This commit is contained in:
2025-08-24 01:58:38 -06:00
parent 7205fc07da
commit 59dea96bdf
+1 -1
View File
@@ -6,7 +6,7 @@ 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
done
fi
idf.py --preview flash monitor
echo -e "\nAll done :3\n"