Skip to content

Commit 27515da

Browse files
authored
apply cherry picked Tasmota changes to specific used IDF commit
1 parent c04224b commit 27515da

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/install-esp-idf.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ if [ "$IDF_TAG" ]; then
5353
idf_was_installed="1"
5454
elif [ "$IDF_COMMIT" ]; then
5555
git -C "$IDF_PATH" checkout "$IDF_COMMIT"
56+
git cherry-pick d3354f2c65368f716dee48ed8bccf33372bf1c5e
5657
commit_predefined="1"
5758
fi
5859

@@ -78,10 +79,6 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
7879
cd -
7980
fi
8081

81-
# remove not needed components
82-
rm -rf "$IDF_PATH/components/wifi_provisioning"
83-
rm -rf "$IDF_PATH/components/spiffs"
84-
8582
#
8683
# SETUP ESP-IDF ENV
8784
#

0 commit comments

Comments
 (0)