Skip to content

Commit 74707f9

Browse files
authored
git cherry-pick 138e9bb239c6902d7949f6902143e4981a4f9e86
1 parent e3b371b commit 74707f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install-esp-idf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ elif [ "$IDF_COMMIT" ]; then
6262
git rm -r $IDF_PATH/components/wifi_provisioning
6363
git rm -r $IDF_PATH/components/spiffs
6464
git commit -m "delete components SPIFFS and wifi-provisioning"
65-
git cherry-pick d3354f2c65368f716dee48ed8bccf33372bf1c5e
65+
git cherry-pick 138e9bb239c6902d7949f6902143e4981a4f9e86
6666
commit_predefined="1"
6767
fi
6868

0 commit comments

Comments
 (0)