make esp32_4MB_M_eth compile

was over flash size limits
This commit is contained in:
Frank
2025-11-25 00:19:38 +01:00
parent 21f04370e5
commit c1e2c1c2cd

View File

@@ -1378,8 +1378,15 @@ build_flags = ${esp32_4MB_M_base.build_flags}
-D RLYPIN=-1 -D BTNPIN=-1 ;; Prevent clash
-D WLED_DISABLE_ESPNOW ;; ESP-NOW requires wifi, may crash with ethernet only
-D WLEDMM_SAVE_FLASH
; RAM: [== ] 24.2% (used 79404 bytes from 327680 bytes)
; Flash: [==========] 97.8% (used 1538025 bytes from 1572864 bytes)
;-D WLED_DISABLE_ALEXA
;-D WLED_DISABLE_HUESYNC ;; Over the limits ?
;-D WLED_DISABLE_LOXONE ;; Over the limits
;-D WLED_DISABLE_MQTT
-D WLED_DISABLE_INFRARED ;; Over the limit
-D WLED_DISABLE_PARTICLESYSTEM1D ;; exceeds flash size limit
-D WLED_DISABLE_PARTICLESYSTEM2D ;; exceeds flash size limit
; RAM: [== ] 24.1% (used 78904 bytes from 327680 bytes)
; Flash: [==========] 98.5% (used 1548489 bytes from 1572864 bytes
[env:esp32_4MB_XL]
extends = esp32_4MB_XL_base