From 63d81049741a4e0295ff1b2811b620400a02ef71 Mon Sep 17 00:00:00 2001 From: Ewoud Date: Wed, 8 Mar 2023 14:18:41 +0100 Subject: [PATCH] esp32_4MB_PSRAM_M disable Infrared to stay < 100% --- platformio.ini | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/platformio.ini b/platformio.ini index caca8361..93809bc3 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1209,7 +1209,9 @@ build_flags = ${esp32_4MB_V4_M_base.build_flags} -D WLED_DISABLE_HUESYNC ;RAM 122 bytes; FLASH 6308 bytes ; RAM: [== ] 24.7% (used 80948 bytes from 327680 bytes) ; Flash: [==========] 97.4% (used 1532485 bytes from 1572864 bytes) - ;-D WLED_DISABLE_INFRARED ;RAM 136 bytes; FLASH 24492 bytes + -D WLED_DISABLE_INFRARED ;RAM 136 bytes; FLASH 24492 bytes ewowi: disabled to stay below 100% + ; RAM: [== ] 24.7% (used 81000 bytes from 327680 bytes) + ; Flash: [==========] 98.6% (used 1550569 bytes from 1572864 bytes) ; -D WLED_ENABLE_DMX ; -D WLED_DEBUG ; -D SR_DEBUG @@ -1312,8 +1314,8 @@ build_flags = ${common.build_flags} ${esp32s2.build_flags} lib_deps = ${env.lib_deps} ${esp32s2.lib_deps} ${common_mm.lib_deps_S} ${common_mm.lib_deps_V4_M} lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation monitor_filters = esp32_exception_decoder -; RAM: [=== ] 25.6% (used 83892 bytes from 327680 bytes) -; Flash: [==========] 99.1% (used 1429110 bytes from 1441792 bytes) +; RAM: [=== ] 25.6% (used 83972 bytes from 327680 bytes) +; Flash: [==========] 99.6% (used 1436038 bytes from 1441792 bytes) ;; MM max environment for ESP32-C3 -> 4MB flash, no PSRAM ;; to ewowi - i'll optimize this entry later ;-) really, I mean