From 3d909f69fa9802f95de709d8445b1b030f39e16b Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Mon, 29 May 2023 17:18:29 +0100 Subject: [PATCH] Disable USERMOD_ANIMARTRIX due to lack of memory on esp32_4MB_M_debug --- platformio.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platformio.ini b/platformio.ini index aaf4fe38..bf8821d0 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1023,6 +1023,8 @@ board_build.partitions = tools/WLED_ESP32_16MB.csv ;; WLED standard for extends = esp32_4MB_M_base build_unflags = ${common.build_unflags} -D CORE_DEBUG_LEVEL=0 + -D USERMOD_ANIMARTRIX ;; Tips our memory usage over the limit + build_flags = ${esp32_4MB_M_base.build_flags} ${Debug_Flags.build_flags} -D CORE_DEBUG_LEVEL=2 ;; 2=warning