We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa89040 commit 4858378Copy full SHA for 4858378
tools/compile_slave.sh
@@ -11,10 +11,6 @@ echo "* Installing/Updating ESP-IDF and all components..."
11
./tools/update-components.sh
12
if [ $? -ne 0 ]; then exit 1; fi
13
14
-# install arduino component
15
-./tools/install-arduino.sh
16
-if [ $? -ne 0 ]; then exit 1; fi
17
-
18
# install esp-idf
19
source ./tools/install-esp-idf.sh
20
0 commit comments