Skip to content

Commit c33e303

Browse files
committed
Fix eth build, update lib_deps for v4
1 parent caf3c7a commit c33e303

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

platformio.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,17 +247,15 @@ platform = ${esp32_idf_V4.platform}
247247
platform_packages =
248248
build_unflags = ${common.build_unflags}
249249
build_flags = ${esp32_idf_V4.build_flags}
250+
lib_deps = ${esp32_idf_V4.lib_deps}
250251

251252
tiny_partitions = tools/WLED_ESP32_2MB_noOTA.csv
252253
default_partitions = tools/WLED_ESP32_4MB_1MB_FS.csv
253254
extended_partitions = tools/WLED_ESP32_4MB_700k_FS.csv
254255
big_partitions = tools/WLED_ESP32_4MB_256KB_FS.csv ;; 1.8MB firmware, 256KB filesystem, coredump support
255256
large_partitions = tools/WLED_ESP32_8MB.csv
256257
extreme_partitions = tools/WLED_ESP32_16MB_9MB_FS.csv
257-
lib_deps =
258-
https://github.com/lorol/LITTLEFS.git
259-
${esp32_all_variants.lib_deps}
260-
${env.lib_deps}
258+
261259
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
262260
# additional build flags for audioreactive - must be applied globally
263261
AR_build_flags = ;; -fsingle-precision-constant ;; forces ArduinoFFT to use float math (2x faster)
@@ -477,6 +475,7 @@ build_flags = ${common.build_flags} ${esp32.build_flags} -D WLED_RELEASE_NAME=\"
477475
; -D WLED_DISABLE_ESPNOW ;; ESP-NOW requires wifi, may crash with ethernet only
478476
lib_deps = ${esp32.lib_deps}
479477
board_build.partitions = ${esp32.default_partitions}
478+
board_build.flash_mode = dio
480479

481480
[env:esp32_wrover]
482481
extends = esp32_idf_V4

0 commit comments

Comments
 (0)