Skip to content

Commit 25f0dd5

Browse files
authored
Update install-esp-idf.sh
1 parent 7f8b58b commit 25f0dd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/install-esp-idf.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
6868
# 2) Temporarily fix for mmu map and late init of psram https://github.com/espressif/arduino-esp32/issues/9936
6969
cd $IDF_PATH
7070
patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
71-
patch -p1 -N -i $AR_PATCHES/mmu_map.diff
7271
patch -p1 -N -i $AR_PATCHES/lwip_max_tcp_pcb.diff
7372
cd -
7473

0 commit comments

Comments
 (0)