Skip to content

Commit e3b8a16

Browse files
authored
rm Arduino chip debug report
1 parent 0eee43f commit e3b8a16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/install-arduino.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ 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"
7677
rm -rf "$AR_COMPS/arduino/libraries/RainMaker"
7778
rm -rf "$AR_COMPS/arduino/libraries/Insights"
7879
rm -rf "$AR_COMPS/arduino/libraries/ESP_I2S"

0 commit comments

Comments
 (0)