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)