File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,10 @@ if [ $? -ne 0 ]; then exit 1; fi
73
73
#
74
74
# remove code and libraries not needed/wanted for Tasmota framework
75
75
#
76
- rm -rf " $AR_COMPS /arduino/cores/esp32/chip-debug-report.cpp"
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"
77
80
rm -rf " $AR_COMPS /arduino/cores/esp32/chip-debug-report.h"
78
81
rm -rf " $AR_COMPS /arduino/libraries/RainMaker"
79
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"
96
- ls
97
99
patch -p1 -N -i ../../patches/Arduino_CMakeLists.diff
98
100
cd -
You can’t perform that action at this time.
0 commit comments