diff --git a/custom_bin/flash b/custom_bin/flash index f513dae..d73e852 100644 --- a/custom_bin/flash +++ b/custom_bin/flash @@ -1,4 +1,4 @@ #!/bin/bash -echo -e "\nFlashing an ${ESPTARGET} on ${ESPPORT}\n" +echo -e "\nFlashing an $ESPTARGET on $ESPPORT\n" idf.py flash echo -e "\nAll done :3\n" \ No newline at end of file diff --git a/custom_bin/fullclean b/custom_bin/fullclean index 552b4ee..c2c3fb8 100644 --- a/custom_bin/fullclean +++ b/custom_bin/fullclean @@ -23,7 +23,7 @@ if [ -f *.old ]; then echo -e "\nDeleting *.old\n" rm *.old else - echo -e "\nNo *g.old, skipping delete\n" + echo -e "\nNo *.old, skipping delete\n" fi if [ -f *.bak ]; then diff --git a/custom_bin/rebuildfull b/custom_bin/rebuildfull index e031cb4..55b5d80 100644 --- a/custom_bin/rebuildfull +++ b/custom_bin/rebuildfull @@ -16,8 +16,8 @@ fi echo -e "\nRun menuconfig y/n?\n" read menuconfig -if [ "$wipe" == "y" ]; then - echo -e "\n\Executing menuconfig" +if [ "menuconfig" == "y" ]; then + echo -e "\n\Executing menuconfig\n" idf.py menuconfig fi diff --git a/version.txt b/version.txt index d19587a..cf9a344 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-rc3.1 \ No newline at end of file +61-rc3.2 \ No newline at end of file