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