Skip to content

Commit 42e0dc2

Browse files
committed
esp32_4MB_V4_Minimal
1 parent 80dcd3c commit 42e0dc2

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

platformio.ini

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,13 +1574,6 @@ lib_deps = ${esp8266.lib_deps}
15741574
;; Warning: the build-in LittleFS (arduino-esp32 2.0.x) seems to be "slightly different" from Lorol LittleFS.
15751575
;; When upgrading to the new framework, it might be necessary to first do a chip erase (make sure you have a backup of cfg.json and presets.json)
15761576

1577-
; compiled with ESP-IDF 4.4.1
1578-
[env:esp32_4MB_V4_Minimal]
1579-
extends = env:esp32_4MB_V4_S
1580-
board_build.partitions = tools/WLED_ESP32_4MB_1MB_FS.csv ;; WLED-AC compatibility
1581-
; RAM: [=== ] 28.4% (used 92984 bytes from 327680 bytes)
1582-
; Flash: [==========] 96.5% (used 1518009 bytes from 1572864 bytes)
1583-
15841577
; compiled with ESP-IDF 4.4.1
15851578
[env:esp32_4MB_V4_S]
15861579
extends = esp32_4MB_V4_S_base
@@ -1603,6 +1596,23 @@ lib_deps = ${esp32_4MB_V4_S_base.esp32_lib_deps}
16031596
lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
16041597
; RAM: [=== ] 28.4% (used 92968 bytes from 327680 bytes)
16051598
; Flash: [======== ] 81.2% (used 1543041 bytes from 1900544 bytes)
1599+
1600+
; compiled with ESP-IDF 4.4.1
1601+
[env:esp32_4MB_V4_Minimal]
1602+
extends = env:esp32_4MB_V4_S
1603+
board_build.partitions = tools/WLED_ESP32_4MB_1MB_FS.csv ;; WLED-AC compatibility
1604+
lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
1605+
${common_mm.HUB75_lib_ignore} ;; over the flash size limit
1606+
${common_mm.animartrix_lib_ignore}
1607+
build_unflags = ${esp32_4MB_V4_S_base.build_unflags}
1608+
-D USERMOD_ANIMARTRIX ;; Tips our memory usage over the limit
1609+
-D USERMOD_ARTIFX
1610+
-D USERMOD_AUTO_SAVE
1611+
-D WLED_ENABLE_HUB75MATRIX
1612+
; RAM: [=== ] 28.2% (used 92476 bytes from 327680 bytes)
1613+
; Flash: [==========] 96.5% (used 1518197 bytes from 1572864 bytes)
1614+
1615+
16061616
; compiled with ESP-IDF 4.4.1
16071617
[env:esp32_4MB_V4_M]
16081618
extends = esp32_4MB_V4_M_base

0 commit comments

Comments
 (0)