From 431b9f4f10f4346ff98818b7946ebc9caf86f095 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 13 Nov 2024 03:02:19 -0700 Subject: [PATCH] 61-beta4.3.6.3 --- reinstall-esp-idf.sh | 12 ++++++------ version.txt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index c04e95d..81e66f6 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -238,12 +238,12 @@ function handleSetupEnvironment() { } function handleAliasEnviron() { - alias get_idf - ret=$? - if [ $ret -eq 1 ]; then - echo aliasnant not found - fi - +# alias get_idf +# ret=$? +# if [ $ret -eq 1 ]; then +# echo aliasnant not found +# fi +# # alias get_idf 2>/dev/null # ret=$? # if [ $ret == 1 ]; then diff --git a/version.txt b/version.txt index a5240ec..664b2fc 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-beta4.3.6.2 \ No newline at end of file +61-beta4.3.6.3 \ No newline at end of file