File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -84,20 +84,8 @@ rm -rf "$AR_COMPS/arduino/libraries/SimpleBLE"
84
84
rm -rf " $AR_COMPS /arduino/libraries/BluetoothSerial"
85
85
rm -rf " $AR_COMPS /arduino/libraries/WiFiProv"
86
86
rm -rf " $AR_COMPS /arduino/libraries/WiFiClientSecure"
87
+ rm -rf " $AR_COMPS /arduino/libraries/NetworkClientSecure"
87
88
rm -rf " $AR_COMPS /arduino/libraries/ESP32"
88
89
rm -rf " $AR_COMPS /arduino/libraries/ESP_SR"
89
90
rm -rf " $AR_COMPS /arduino/libraries/ESP_NOW"
90
91
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
You can’t perform that action at this time.
0 commit comments