Skip to content

Commit 2e7542f

Browse files
authored
Update install-arduino.sh
1 parent 3c18a2e commit 2e7542f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/install-arduino.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ rm -rf "$AR_COMPS/arduino/libraries/ESP_NOW"
9292
rm -rf "$AR_COMPS/arduino/libraries/TFLiteMicro"
9393

9494
# Patch to remove USB from Arduino CMakeLists.txt
95-
cd "$AR_COMPS/arduino"
95+
cd "$AR_COMPS/arduino"
96+
ls
9697
patch -p1 -N -i ../patches/Arduino_CMakeLists.diff
9798
cd -

0 commit comments

Comments
 (0)