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