From 59dea96bdfeafd1eab05dc6674fb445d9873dd98 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sun, 24 Aug 2025 01:58:38 -0600 Subject: [PATCH] fixed flashmonitor --- custom_bin/flashmonitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_bin/flashmonitor b/custom_bin/flashmonitor index ce9d09e..d0a4ffe 100644 --- a/custom_bin/flashmonitor +++ b/custom_bin/flashmonitor @@ -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" \ No newline at end of file