Skip to content

Commit a7eb9fb

Browse files
authored
Update install-esp-idf.sh
1 parent 91ee37a commit a7eb9fb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/install-esp-idf.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
7979
patch -p1 -N -i "$AR_ROOT/patches/platformio-build.diff"
8080
export IDF_VERSION=$(<version.txt)
8181
cd -
82-
83-
# Get the exact IDF version from file "version.txt"
84-
cd $IDF_PATH
85-
export IDF_VERSION=$(<version.txt)
86-
echo "IDF version: $IDF_VERSION"
87-
cd -
8882
fi
8983

9084
#

0 commit comments

Comments
 (0)