We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eee43f commit e3b8a16Copy full SHA for e3b8a16
tools/install-arduino.sh
@@ -71,8 +71,9 @@ 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/libraries/RainMaker"
78
rm -rf "$AR_COMPS/arduino/libraries/Insights"
79
rm -rf "$AR_COMPS/arduino/libraries/ESP_I2S"
0 commit comments