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 69d504b commit 05c563fCopy full SHA for 05c563f
patches/lwip_max_tcp_pcb.diff
tools/install-esp-idf.sh
@@ -38,10 +38,9 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
38
export IDF_BRANCH=$(git -C "$IDF_PATH" symbolic-ref --short HEAD || git -C "$IDF_PATH" tag --points-at HEAD)
39
40
# Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
41
- cd $IDF_PATH
42
- patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
43
- patch -p1 -N -i $AR_PATCHES/lwip_max_tcp_pcb.diff
44
- cd -
+ #cd $IDF_PATH
+ #patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
+ #cd -
45
fi
46
47
#
0 commit comments