60-rc0.2
This commit is contained in:
@@ -43,7 +43,7 @@ export ESPTARGET=$esp
|
|||||||
echo "ESPBAUD = ${ESPBAUD}"
|
echo "ESPBAUD = ${ESPBAUD}"
|
||||||
echo "ESPTARGET = ${ESPTARGET}"
|
echo "ESPTARGET = ${ESPTARGET}"
|
||||||
echo "ESPPORT = ${ESPPORT}"
|
echo "ESPPORT = ${ESPPORT}"
|
||||||
echo "ESPIDF_INSTALLDR = ${ESPIDF_INSTALLDIR}"
|
echo "ESPIDF_INSTALLDIR = ${ESPIDF_INSTALLDIR}"
|
||||||
echo "binDir = ${binDir}"
|
echo "binDir = ${binDir}"
|
||||||
|
|
||||||
echo "Setting alias"
|
echo "Setting alias"
|
||||||
|
|||||||
@@ -31,6 +31,9 @@ installCmd="$idfDir/install.sh all"
|
|||||||
toolsInstallCmd="python $idfDir/tools/idf_tools.py install all"
|
toolsInstallCmd="python $idfDir/tools/idf_tools.py install all"
|
||||||
|
|
||||||
# full order:
|
# full order:
|
||||||
|
# set action string variable
|
||||||
|
# set sleepMins int variable
|
||||||
|
# redefine any other vars needed
|
||||||
# handleStart
|
# handleStart
|
||||||
# handleLogoutAllUsers
|
# handleLogoutAllUsers
|
||||||
# handleSetupEnvironment
|
# handleSetupEnvironment
|
||||||
@@ -280,7 +283,6 @@ elif [ "$arg" == "test" -o "$arg" == "t" ]; then # minimal actions taken, echo t
|
|||||||
handleDownloadInstall
|
handleDownloadInstall
|
||||||
handleExport
|
handleExport
|
||||||
handleAliasEnviron
|
handleAliasEnviron
|
||||||
# handleEmptyLogs
|
|
||||||
handleEnd
|
handleEnd
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
60-rc0.1
|
60-rc0.2
|
||||||
Reference in New Issue
Block a user