We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3067391 commit c1e1bd1Copy full SHA for c1e1bd1
tools/install-esp-idf.sh
@@ -76,6 +76,7 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
76
rm -rf components/riscv
77
rm -rf components/app_trace
78
rm -rf components/ieee802154
79
+ rm -rf components/driver/twai
80
cd -
81
82
# Get the exact IDF version from file "version.txt"
0 commit comments