Skip to content

Commit 2b58d9b

Browse files
authored
Fix update merge error
1 parent bf3fb06 commit 2b58d9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/install-esp-idf.sh

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
7575
# Patch to use the framework included "framework-arduinoespressif32-libs"
7676
# Get the exact IDF version from file "version.txt"
7777
cd "$AR_COMPS/arduino"
78-
cd $IDF_PATH
7978
patch -p1 -N -i "$AR_ROOT/patches/platformio-build.diff"
8079
export IDF_VERSION=$(<version.txt)
8180
cd -

0 commit comments

Comments
 (0)