We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6fe59 commit edb2dd7Copy full SHA for edb2dd7
tools/install-arduino.sh
@@ -73,6 +73,10 @@ if [ $? -ne 0 ]; then exit 1; fi
73
#
74
# remove code and libraries not needed/wanted for Tasmota framework
75
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"
80
rm -rf "$AR_COMPS/arduino/cores/esp32/chip-debug-report.cpp"
81
rm -rf "$AR_COMPS/arduino/cores/esp32/chip-debug-report.h"
82
rm -rf "$AR_COMPS/arduino/libraries/RainMaker"
0 commit comments