From cfb9c60e2d1d42c63d4d9ac3220c94c65c977de8 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Mon, 29 May 2023 15:23:58 +0100 Subject: [PATCH] Disable USERMOD_ANIMARTRIX due to lack of memory on esp32c3dev_4MB_M --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index ef835320..aaf4fe38 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1508,6 +1508,7 @@ build_unflags = ${common.build_unflags} -D WLED_ENABLE_DMX ;; disabled because it does not work with ESP-IDF 4.4.x (buggy driver in SparkFunDMX) -D WLED_ENABLE_DMX_INPUT ;; needs more testing ;-D WLED_DEBUG_HOST='"192.168.x.x"' ;; to disable net print + -D USERMOD_ANIMARTRIX ;; Tips our memory usage over the limit build_flags = ${common.build_flags} ${esp32c3.build_flags} ; -D WLED_DISABLE_OTA ;; OTA is not possible for boards with 2MB flash only (like some Ai-Thinker ESP32-C3-12F models)