Skip to content

Commit 3c77096

Browse files
committed
esp32_4MB_V4_S_eth
1 parent 32b2263 commit 3c77096

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

platformio.ini

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,6 +1650,29 @@ lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compila
16501650
; RAM: [=== ] 25.5% (used 83400 bytes from 327680 bytes)
16511651
; Flash: [==========] 97.3% (used 1530013 bytes from 1572864 bytes)
16521652

1653+
[env:esp32_4MB_V4_S_eth]
1654+
extends = esp32_4MB_V4_S_base
1655+
build_flags = ${esp32_4MB_V4_S_base.esp32_build_flags}
1656+
-D WLED_RELEASE_NAME=esp32_4MB_V4_S
1657+
-D WLED_WATCHDOG_TIMEOUT=0 #-D WLED_DISABLE_BROWNOUT_DET
1658+
-D ARDUINO_USB_CDC_ON_BOOT=0 ; needed for arduino-esp32 >=2.0.4; avoids errors on startup
1659+
-D WLEDMM_FASTPATH ; WLEDMM experimental option. Reduces audio lag (latency), and allows for faster LED framerates. May break compatibility with previous versions.
1660+
-D WLEDMM_SAVE_FLASH
1661+
-D WLED_DISABLE_LOXONE
1662+
-D WLED_DISABLE_ALEXA
1663+
-D WLED_DISABLE_HUESYNC
1664+
-D WLED_DISABLE_MQTT
1665+
-D WLED_DISABLE_INFRARED
1666+
; -D WLED_DEBUG
1667+
; -D SR_DEBUG
1668+
; -D MIC_LOGGER
1669+
${common_mm.HUB75_build_flags}
1670+
-D WLED_USE_ETHERNET
1671+
-D WLED_DISABLE_ESPNOW ;; ESP-NOW requires wifi, may crash with ethernet only
1672+
lib_deps = ${esp32_4MB_V4_S_base.esp32_lib_deps}
1673+
${common_mm.HUB75_lib_deps}
1674+
lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
1675+
16531676
;; softhack007: my favourite HUB75 buildenv - fastest possible
16541677
[env:esp32_4MB_V4_HUB75_forum]
16551678
extends = esp32_4MB_V4_S_base

0 commit comments

Comments
 (0)