We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b8a16 commit 9f9a58eCopy full SHA for 9f9a58e
tools/install-arduino.sh
@@ -74,6 +74,7 @@ if [ $? -ne 0 ]; then exit 1; fi
74
# 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