Skip to content

Commit d4f0de1

Browse files
authored
Update install-arduino.sh
1 parent ccaa8b3 commit d4f0de1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/install-arduino.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,10 @@ fi
7171
if [ $? -ne 0 ]; then exit 1; fi
7272

7373
#
74-
# remove libraries not needed for Tasmota
74+
# remove code and libraries not needed/wanted for Tasmota framework
7575
#
76+
rm -rf "$AR_COMPS/arduino/cores/esp32/chip-debug-report.cpp"
77+
rm -rf "$AR_COMPS/arduino/cores/esp32/chip-debug-report.h"
7678
rm -rf "$AR_COMPS/arduino/libraries/RainMaker"
7779
rm -rf "$AR_COMPS/arduino/libraries/Insights"
7880
rm -rf "$AR_COMPS/arduino/libraries/ESP_I2S"

0 commit comments

Comments
 (0)