This commit is contained in:
2024-11-12 10:37:18 -07:00
parent 4c8d8a8339
commit 8676e5c701
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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"
+3 -1
View File
@@ -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
+1 -1
View File
@@ -1 +1 @@
60-rc0.1
60-rc0.2