We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8b58b commit 25f0dd5Copy full SHA for 25f0dd5
tools/install-esp-idf.sh
@@ -68,7 +68,6 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
68
# 2) Temporarily fix for mmu map and late init of psram https://github.com/espressif/arduino-esp32/issues/9936
69
cd $IDF_PATH
70
patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
71
- patch -p1 -N -i $AR_PATCHES/mmu_map.diff
72
patch -p1 -N -i $AR_PATCHES/lwip_max_tcp_pcb.diff
73
cd -
74
0 commit comments