Skip to content

Commit f32d77b

Browse files
authored
Update install-esp-idf.sh
1 parent d5541c5 commit f32d77b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/install-esp-idf.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
6868
cd $IDF_PATH
6969
patch -p1 -N -i ../patches/esp32s2_i2c_ll_master_init.diff
7070
cd -
71-
72-
# Patch to use the included "framework-arduinoespressif32-libs" in framework
73-
cd "$AR_COMPS/arduino"
74-
patch -p1 -N -i ../patches/platformio-build.diff
75-
cd -
7671
fi
7772

7873
#

0 commit comments

Comments
 (0)