From c1e2c1c2cd210d877c81720f780adafbebd290c7 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Tue, 25 Nov 2025 00:19:38 +0100 Subject: [PATCH] make esp32_4MB_M_eth compile was over flash size limits --- platformio.ini | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 979c86d5..e7e7fb8f 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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