We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccaa8b3 commit d4f0de1Copy full SHA for d4f0de1
tools/install-arduino.sh
@@ -71,8 +71,10 @@ fi
71
if [ $? -ne 0 ]; then exit 1; fi
72
73
#
74
-# remove libraries not needed for Tasmota
+# remove code and libraries not needed/wanted for Tasmota framework
75
76
+rm -rf "$AR_COMPS/arduino/cores/esp32/chip-debug-report.cpp"
77
+rm -rf "$AR_COMPS/arduino/cores/esp32/chip-debug-report.h"
78
rm -rf "$AR_COMPS/arduino/libraries/RainMaker"
79
rm -rf "$AR_COMPS/arduino/libraries/Insights"
80
rm -rf "$AR_COMPS/arduino/libraries/ESP_I2S"
0 commit comments