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