60-rc0.2
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
@@ -1 +1 @@
|
||||
60-rc0.1
|
||||
60-rc0.2
|
||||
Reference in New Issue
Block a user