Skip to content

Commit 6a6fe59

Browse files
authored
rm unneeded
1 parent ae17228 commit 6a6fe59

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tools/install-arduino.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,3 @@ rm -rf "$AR_COMPS/arduino/libraries/ESP32"
8989
rm -rf "$AR_COMPS/arduino/libraries/ESP_SR"
9090
rm -rf "$AR_COMPS/arduino/libraries/ESP_NOW"
9191
rm -rf "$AR_COMPS/arduino/libraries/TFLiteMicro"
92-
93-
#
94-
# CLONE/UPDATE ESP32-ARDUINO-LIBS
95-
#
96-
#if [ ! -d "$IDF_LIBS_DIR" ]; then
97-
# echo "Cloning esp32-arduino-libs..."
98-
# git clone "$AR_LIBS_REPO_URL" "$IDF_LIBS_DIR"
99-
#else
100-
# echo "Updating esp32-arduino-libs..."
101-
# git -C "$IDF_LIBS_DIR" fetch && \
102-
# git -C "$IDF_LIBS_DIR" pull --ff-only
103-
#fi
104-
#if [ $? -ne 0 ]; then exit 1; fi

0 commit comments

Comments
 (0)