We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a5c4a commit 3e0f7deCopy full SHA for 3e0f7de
tools/install-esp-idf.sh
@@ -64,11 +64,6 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
64
git submodule update --recursive
65
$IDF_PATH/install.sh
66
67
- # Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
68
- cd $IDF_PATH
69
- patch -p1 -N -i ../patches/esp32s2_i2c_ll_master_init.diff
70
- cd -
71
-
72
# remove code and component(s) not needed/wanted for Tasmota framework solo1
73
cd $IDF_PATH
74
rm -rf components/usb
0 commit comments