From bb09ebf488af4d0805bd0234c07102b8c28e47ad Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 12 Nov 2024 16:32:39 -0700 Subject: [PATCH] 61-dev1.2 --- reinstall-esp-idf.sh | 8 ++------ version.txt | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index cc3881f..57e806c 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -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 } diff --git a/version.txt b/version.txt index ebea03e..b4829e4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-dev1.1 \ No newline at end of file +61-dev1.2 \ No newline at end of file