Skip to content

Commit edb2dd7

Browse files
authored
rm unneeded from Arduino
1 parent 6a6fe59 commit edb2dd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/install-arduino.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ if [ $? -ne 0 ]; then exit 1; fi
7373
#
7474
# remove code and libraries not needed/wanted for Tasmota framework
7575
#
76+
rm -rf "$AR_COMPS/arduino/docs"
77+
rm -rf "$AR_COMPS/arduino/idf_component_examples"
78+
rm -rf "$AR_COMPS/arduino/package"
79+
rm -rf "$AR_COMPS/arduino/tests"
7680
rm -rf "$AR_COMPS/arduino/cores/esp32/chip-debug-report.cpp"
7781
rm -rf "$AR_COMPS/arduino/cores/esp32/chip-debug-report.h"
7882
rm -rf "$AR_COMPS/arduino/libraries/RainMaker"

0 commit comments

Comments
 (0)