File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,14 @@ rm -rf "$AR_COMPS/arduino/package"
79
79
rm -rf " $AR_COMPS /arduino/tests"
80
80
rm -rf " $AR_COMPS /arduino/cores/esp32/chip-debug-report.cpp"
81
81
rm -rf " $AR_COMPS /arduino/cores/esp32/chip-debug-report.h"
82
+ rm -rf " $AR_COMPS /arduino/cores/esp32/esp32-hal-tinyusb.c"
83
+ rm -rf " $AR_COMPS /arduino/cores/esp32/esp32-hal-tinyusb.h"
84
+ rm -rf " $AR_COMPS /arduino/cores/esp32/USB.cpp"
85
+ rm -rf " $AR_COMPS /arduino/cores/esp32/USB.h"
86
+ rm -rf " $AR_COMPS /arduino/cores/esp32/USBCDC.cpp"
87
+ rm -rf " $AR_COMPS /arduino/cores/esp32/USBCDC.h"
88
+ rm -rf " $AR_COMPS /arduino/cores/esp32/USBMSC.cpp"
89
+ rm -rf " $AR_COMPS /arduino/cores/esp32/USBMSC.h"
82
90
rm -rf " $AR_COMPS /arduino/libraries/RainMaker"
83
91
rm -rf " $AR_COMPS /arduino/libraries/Insights"
84
92
rm -rf " $AR_COMPS /arduino/libraries/ESP_I2S"
@@ -89,6 +97,7 @@ rm -rf "$AR_COMPS/arduino/libraries/BluetoothSerial"
89
97
rm -rf " $AR_COMPS /arduino/libraries/WiFiProv"
90
98
rm -rf " $AR_COMPS /arduino/libraries/WiFiClientSecure"
91
99
rm -rf " $AR_COMPS /arduino/libraries/NetworkClientSecure"
100
+ rm -rf " $AR_COMPS /arduino/libraries/USB"
92
101
rm -rf " $AR_COMPS /arduino/libraries/ESP32"
93
102
rm -rf " $AR_COMPS /arduino/libraries/ESP_SR"
94
103
rm -rf " $AR_COMPS /arduino/libraries/ESP_NOW"
You can’t perform that action at this time.
0 commit comments