From 97edc33332b067e45ae4bff48a8bf550d0bbeeaa Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 13 Nov 2024 07:17:48 -0700 Subject: [PATCH] 61-rc2.1 --- custom_bin/step-flash-monitor | 7 ++++--- version.txt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/custom_bin/step-flash-monitor b/custom_bin/step-flash-monitor index 7252648..838c415 100644 --- a/custom_bin/step-flash-monitor +++ b/custom_bin/step-flash-monitor @@ -4,15 +4,16 @@ 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 +# idf.py clean +bash fullclean echo -e "\nBuilding\n" idf.py build -echo -e "\nFlashing to ${ESPPORT}\n" +echo -e "\nFlashing to $ESPPORT\n" idf.py flash -echo -e "\nMonitor time on ${ESPPORT} for target ${ESPTARGET} at ${ESPBAUD}\n" +echo -e "\nMonitor time on $ESPPORT for target $ESPTARGET at $ESPBAUD\n" idf.py monitor echo -e "\nAll done :3\n" \ No newline at end of file diff --git a/version.txt b/version.txt index 8f62305..593cbaa 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-rc2 \ No newline at end of file +61-rc2.1 \ No newline at end of file