From 22c63de94fd3c7a4c51a6dcdd372407f299257c4 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 12 Nov 2024 11:53:28 -0700 Subject: [PATCH] 60-rc1.3 --- reinstall-esp-idf.sh | 5 +++-- version.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 0eca422..312db05 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -166,8 +166,9 @@ function handleDownloadInstall() { # silly python envvar workans testant if [ -z $IDF_PYTHON_ENV_PATH ]; then - writeToLog "IDF_PYTHON_ENV_PATH not set" - return + writeToLog "IDF_PYTHON_ENV_PATH not set, setting to default ($(which python))" + idfPython=$(which python) + returnStatus else writeToLog "IDF_PYTHON_ENV_PATH: $IDF_PYTHON_ENV_PATH" idfPython=$IDF_PYTHON_ENV_PATH/bin/python diff --git a/version.txt b/version.txt index 8a3b906..9ddd409 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -60-rc1.2 \ No newline at end of file +60-rc1.3 \ No newline at end of file