Skip to content

Commit 00846aa

Browse files
committed
Disable animartrix due to space issues
1 parent b280349 commit 00846aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2798,7 +2798,7 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -Wno-misleading-inden
27982798
; Serial debug enabled -DARDUINO_USB_MODE=1 -DARDUINO_USB_CDC_ON_BOOT=1 -DARDUINO_USB_MSC_ON_BOOT=0 -DARDUINO_USB_DFU_ON_BOOT=1 ;; for Hardware-CDC USB mode
27992799
-D ARDUINO_USB_CDC_ON_BOOT=0
28002800
-D WLED_DISABLE_ADALIGHT ;; disables serial protocols - recommended for Hardware-CDC USB (Serial RX will receive junk commands when RX pin is unconnected, unless its pulled down by resistor)
2801-
${common_mm.animartrix_build_flags}
2801+
; ${common_mm.animartrix_build_flags}
28022802
${common_mm.build_disable_sync_interfaces}
28032803
-D LOLIN_WIFI_FIX ;; try this in case Wifi does not work
28042804
-D WLED_WATCHDOG_TIMEOUT=0 -D CONFIG_ASYNC_TCP_USE_WDT=0
@@ -2808,7 +2808,7 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -Wno-misleading-inden
28082808
${common_mm.HUB75_build_flags}
28092809
-D DEFAULT_LED_TYPE=101
28102810
lib_deps = ${esp32s3.lib_deps} ${common_mm.lib_deps_S} ;; ;; do not include ${esp32.lib_depsV4} !!!!
2811-
${common_mm.animartrix_lib_deps}
2811+
; ${common_mm.animartrix_lib_deps}
28122812
${common_mm.HUB75_lib_deps}
28132813

28142814
lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation

0 commit comments

Comments
 (0)