Skip to content

Commit 459fbce

Browse files
authored
Update install-esp-idf.sh
1 parent b84067f commit 459fbce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/install-esp-idf.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
7070
patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
7171
patch -p1 -N -i $AR_PATCHES/mmu_map.diff
7272
patch -p1 -N -i $AR_PATCHES/lwip_max_tcp_pcb.diff
73+
patch -p1 -N -i $AR_PATCHES/platformio-build.diff
7374
cd -
7475

7576
# Get the exact IDF version from file "version.txt"

0 commit comments

Comments
 (0)