We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7897f5 commit 0dbe557Copy full SHA for 0dbe557
tools/install-arduino.sh
@@ -73,7 +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/cores/esp32/chip-debug-report.cpp"
+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.h"
81
rm -rf "$AR_COMPS/arduino/libraries/RainMaker"
82
rm -rf "$AR_COMPS/arduino/libraries/Insights"
@@ -93,6 +96,5 @@ rm -rf "$AR_COMPS/arduino/libraries/TFLiteMicro"
93
96
94
97
# Patch to remove USB from Arduino CMakeLists.txt
95
98
cd "$AR_COMPS/arduino"
-ls
99
patch -p1 -N -i ../../patches/Arduino_CMakeLists.diff
100
cd -
0 commit comments