From f18397784fed0b4b15205f9be9d3a5621c8c9d46 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Tue, 2 Jan 2024 18:06:39 +0100 Subject: [PATCH] esp32_4MB_XL is over the limits again removed usermod SN photoresistor --- platformio.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platformio.ini b/platformio.ini index 7b97ceff..4194e4e3 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1185,11 +1185,16 @@ build_flags = ${esp32_4MB_M_base.build_flags} extends = esp32_4MB_XL_base build_flags = ${esp32_4MB_XL_base.build_flags} -D WLED_RELEASE_NAME=esp32_4MB_XL + ;-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 -D WLEDMM_SAVE_FLASH ;; a humble attempt to save a few extra bytes build_unflags = ${esp32_4MB_XL_base.build_unflags} -D USERMOD_ANIMARTRIX ;; Tips our memory usage over the limit -D USERMOD_BUZZER ;; Over the limits, and steals GPIO 32 + -D USERMOD_SN_PHOTORESISTOR ;; Over the limits -D WLEDMM_FASTPATH ;; Over the limits ; RAM: [== ] 24.4% (used 80060 bytes from 327680 bytes) ; Flash: [==========] 95.3% (used 1499037 bytes from 1572864 bytes)