Skip to content

Commit 4858378

Browse files
committed
no need for Arduino install for slave firmware
1 parent fa89040 commit 4858378

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/compile_slave.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ echo "* Installing/Updating ESP-IDF and all components..."
1111
./tools/update-components.sh
1212
if [ $? -ne 0 ]; then exit 1; fi
1313

14-
# install arduino component
15-
./tools/install-arduino.sh
16-
if [ $? -ne 0 ]; then exit 1; fi
17-
1814
# install esp-idf
1915
source ./tools/install-esp-idf.sh
2016
if [ $? -ne 0 ]; then exit 1; fi

0 commit comments

Comments
 (0)