Skip to content

Commit 3e0f7de

Browse files
authored
Update install-esp-idf.sh
1 parent 86a5c4a commit 3e0f7de

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/install-esp-idf.sh

-5
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
6464
git submodule update --recursive
6565
$IDF_PATH/install.sh
6666

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-
7267
# remove code and component(s) not needed/wanted for Tasmota framework solo1
7368
cd $IDF_PATH
7469
rm -rf components/usb

0 commit comments

Comments
 (0)