Skip to content

Commit 8ed8f58

Browse files
committed
[PIO] Ignore SD/SDFS libraries to reduce build size
See esp8266/Arduino#6760
1 parent ff3cac9 commit 8ed8f58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platformio.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ board_build.f_cpu = 80000000L
218218
build_flags = ${debug_flags.build_flags} ${mqtt_flags.build_flags} -DHTTPCLIENT_1_1_COMPATIBLE=0
219219
build_unflags = -DDEBUG_ESP_PORT
220220
lib_deps = https://github.com/TD-er/ESPEasySerial.git
221-
lib_ignore = ESP32_ping, ESP32WebServer, IRremoteESP8266, HeatpumpIR
221+
lib_ignore = ESP32_ping, ESP32WebServer, IRremoteESP8266, HeatpumpIR, SD(esp8266), SDFS
222+
;lib_ignore = ESP32_ping, ESP32WebServer, IRremoteESP8266, HeatpumpIR
222223
lib_ldf_mode = chain
223224
lib_archive = false
224225
upload_speed = 115200

0 commit comments

Comments
 (0)