61-dev1.2

This commit is contained in:
2024-11-12 16:32:39 -07:00
parent 8dc33a2b32
commit bb09ebf488
2 changed files with 3 additions and 7 deletions
+2 -6
View File
@@ -230,10 +230,6 @@ function handleDownloadInstall() {
writeToLog "no python found, skipping python tools install"
fi
# writeToLog "installing with \`eval \"${idfDir}/install.sh all\"\`"
# eval "$installCmd"
# returnStatus
if [ -z $idfPython ]; then
writeToLog "installing tools with \`eval \"$idfPython $toolsInstallCmd\"\`"
@@ -308,10 +304,10 @@ function handleLogoutAllUsers() {
function handleCheckEspIdf() {
if [ ! -z $IDF_PYTHON_ENV_PATH ]; then
writeToLog "FAIL: esp-idf environment varibles found!\nPelase run from a fresh termnal that has not had get_idf ran! Exiting"
writeToLog "FAIL: Sanity check failed!\n\tesp-idf environment varibles found!\n\tPelase run from a fresh termnal that has not had get_idf ran!\n\tExiting"
exit
else
writeToLog "Santiy check: environment correct: no esp-idf evnironment variables found, proceeding"
writeToLog "Sanity check: Environment correct\n\tNo esp-idf environment variables found, proceeding"
fi
}