Skip to content

Commit 5138e63

Browse files
authored
add Platformio patch
1 parent 24f93e0 commit 5138e63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/install-esp-idf.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ 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 -
7176
fi
7277

7378
#

0 commit comments

Comments
 (0)