From 8676e5c7010af257e69b8c9d16361fed08a50f13 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 12 Nov 2024 10:37:18 -0700 Subject: [PATCH] 60-rc0.2 --- add-to-export-sh.txt | 2 +- reinstall-esp-idf.sh | 4 +++- version.txt | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/add-to-export-sh.txt b/add-to-export-sh.txt index d537001..2c3f04b 100644 --- a/add-to-export-sh.txt +++ b/add-to-export-sh.txt @@ -43,7 +43,7 @@ export ESPTARGET=$esp echo "ESPBAUD = ${ESPBAUD}" echo "ESPTARGET = ${ESPTARGET}" echo "ESPPORT = ${ESPPORT}" -echo "ESPIDF_INSTALLDR = ${ESPIDF_INSTALLDIR}" +echo "ESPIDF_INSTALLDIR = ${ESPIDF_INSTALLDIR}" echo "binDir = ${binDir}" echo "Setting alias" diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 80b9014..1d5ba68 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -31,6 +31,9 @@ installCmd="$idfDir/install.sh all" toolsInstallCmd="python $idfDir/tools/idf_tools.py install all" # full order: +# set action string variable +# set sleepMins int variable +# redefine any other vars needed # handleStart # handleLogoutAllUsers # handleSetupEnvironment @@ -280,7 +283,6 @@ elif [ "$arg" == "test" -o "$arg" == "t" ]; then # minimal actions taken, echo t handleDownloadInstall handleExport handleAliasEnviron - # handleEmptyLogs handleEnd exit diff --git a/version.txt b/version.txt index 886f7d1..f5fd267 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -60-rc0.1 \ No newline at end of file +60-rc0.2 \ No newline at end of file