We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3fb06 commit 2b58d9bCopy full SHA for 2b58d9b
tools/install-esp-idf.sh
@@ -75,7 +75,6 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
75
# Patch to use the framework included "framework-arduinoespressif32-libs"
76
# Get the exact IDF version from file "version.txt"
77
cd "$AR_COMPS/arduino"
78
- cd $IDF_PATH
79
patch -p1 -N -i "$AR_ROOT/patches/platformio-build.diff"
80
export IDF_VERSION=$(<version.txt)
81
cd -
0 commit comments