Disable USERMOD_ANIMARTRIX due to lack of memory on esp32c3dev_4MB_M

This commit is contained in:
Will Tatam
2023-05-29 15:23:58 +01:00
parent de9839a287
commit cfb9c60e2d

View File

@@ -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)