File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -247,17 +247,15 @@ platform = ${esp32_idf_V4.platform}
247247platform_packages =
248248build_unflags = ${common.build_unflags}
249249build_flags = ${esp32_idf_V4.build_flags}
250+ lib_deps = ${esp32_idf_V4.lib_deps}
250251
251252tiny_partitions = tools/WLED_ESP32_2MB_noOTA.csv
252253default_partitions = tools/WLED_ESP32_4MB_1MB_FS.csv
253254extended_partitions = tools/WLED_ESP32_4MB_700k_FS.csv
254255big_partitions = tools/WLED_ESP32_4MB_256KB_FS.csv ; ; 1.8MB firmware, 256KB filesystem, coredump support
255256large_partitions = tools/WLED_ESP32_8MB.csv
256257extreme_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+
261259board_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
263261AR_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
478476lib_deps = ${esp32.lib_deps}
479477board_build.partitions = ${esp32.default_partitions}
478+ board_build.flash_mode = dio
480479
481480[env:esp32_wrover]
482481extends = esp32_idf_V4
You can’t perform that action at this time.
0 commit comments