Skip to content

Commit 1786a7b

Browse files
authored
remove unneeded code
1 parent 850f60e commit 1786a7b

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

tools/install-arduino.sh

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,8 @@ rm -rf "$AR_COMPS/arduino/libraries/SimpleBLE"
8484
rm -rf "$AR_COMPS/arduino/libraries/BluetoothSerial"
8585
rm -rf "$AR_COMPS/arduino/libraries/WiFiProv"
8686
rm -rf "$AR_COMPS/arduino/libraries/WiFiClientSecure"
87+
rm -rf "$AR_COMPS/arduino/libraries/NetworkClientSecure"
8788
rm -rf "$AR_COMPS/arduino/libraries/ESP32"
8889
rm -rf "$AR_COMPS/arduino/libraries/ESP_SR"
8990
rm -rf "$AR_COMPS/arduino/libraries/ESP_NOW"
9091
rm -rf "$AR_COMPS/arduino/libraries/TFLiteMicro"
91-
92-
#
93-
# CLONE/UPDATE ESP32-ARDUINO-LIBS
94-
#
95-
#if [ ! -d "$IDF_LIBS_DIR" ]; then
96-
# echo "Cloning esp32-arduino-libs..."
97-
# git clone "$AR_LIBS_REPO_URL" "$IDF_LIBS_DIR"
98-
#else
99-
# echo "Updating esp32-arduino-libs..."
100-
# git -C "$IDF_LIBS_DIR" fetch && \
101-
# git -C "$IDF_LIBS_DIR" pull --ff-only
102-
#fi
103-
#if [ $? -ne 0 ]; then exit 1; fi

0 commit comments

Comments
 (0)