@@ -1917,6 +1917,36 @@ lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compila
19171917; RAM: [=== ] 25.6% (used 84048 bytes from 327680 bytes)
19181918; Flash: [==========] 96.1% (used 1637085 bytes from 1703936 bytes)
19191919
1920+ [env:esp32_16MB_V4_M_eth]
1921+ extends = esp32_4MB_V4_M_base
1922+ ; board_build.partitions = tools/WLED_ESP32_16MB.csv ;; WLED standard for 16MB flash: 2MB firmware, 12 MB filesystem
1923+ board_build.partitions = ${esp32.extreme_partitions} ; ; WLED extended for 16MB flash: 3.2MB firmware, 9 MB filesystem
1924+ board = esp32_16MB-poe ; ; needed for ethernet boards (selects "esp32-poe" as variant)
1925+ build_unflags = ${esp32_4MB_V4_M_base.build_unflags}
1926+ ${Speed_Flags.build_unflags} ; ; to override -Os
1927+ -D WLED_DISABLE_ADALIGHT
1928+ -D WLED_DISABLE_LOXONE ; FLASH 1272 bytes
1929+ -D WLED_DISABLE_ALEXA ; RAM 116 bytes; FLASH 13524 bytes
1930+ -D WLED_DISABLE_HUESYNC ; RAM 122 bytes; FLASH 6308 bytes
1931+ -D WLED_DISABLE_MQTT ; RAM 216 bytes; FLASH 16496 bytes
1932+ ; ;-D WLED_DISABLE_INFRARED ;RAM 136 bytes; FLASH 24492 bytes
1933+ build_flags = ${esp32_4MB_V4_M_base.esp32_build_flags}
1934+ -D WLED_RELEASE_NAME =esp32_16MB_V4_M_eth ; This will be included in the firmware.bin filename
1935+ ${Speed_Flags.build_flags_V4} ; ; -O2 -> optimize for speed instead of size
1936+ -D WLED_ENABLE_PIXART ; ; 8KB Flash
1937+ -D WLED_ENABLE_PIXELFORGE ; ; 12KB Flash
1938+ ; ; ${common_mm.HUB75_build_flags} ;; not enough pins for HUB75
1939+ ; ; -D SR_DMTYPE=254 ;; HUB75 driver needs the I2S unit - set AR default mode to 'Network Receive Only' to prevent driver conflicts.
1940+ -D WLED_USE_ETHERNET
1941+ -D WLED_DISABLE_ESPNOW ; ; ESP-NOW requires wifi, may crash with ethernet only
1942+ -D BTNPIN =-1 -D RLYPIN =-1 -D IRPIN =-1
1943+ -D LEDPIN =4
1944+ lib_deps = ${esp32_4MB_V4_M_base.esp32_lib_deps}
1945+ ; ; ${common_mm.HUB75_lib_deps}
1946+ ${common_mm.animartrix_lib_deps}
1947+ ; RAM: [=== ] 26.7% (used 87368 bytes from 327680 bytes)
1948+ ; Flash: [======= ] 65.5% (used 2061117 bytes from 3145728 bytes)
1949+
19201950; ; softhack007: my favourite HUB75 buildenv - fastest possible
19211951[env:esp32_4MB_V4_HUB75_forum]
19221952extends = esp32_4MB_V4_S_base
0 commit comments