You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-D ARDUINO_USB_CDC_ON_BOOT=0 ; needed for arduino-esp32 >=2.0.4; avoids errors on startup
1659
+
-D WLEDMM_FASTPATH ; WLEDMM experimental option. Reduces audio lag (latency), and allows for faster LED framerates. May break compatibility with previous versions.
1660
+
-D WLEDMM_SAVE_FLASH
1661
+
-D WLED_DISABLE_LOXONE
1662
+
-D WLED_DISABLE_ALEXA
1663
+
-D WLED_DISABLE_HUESYNC
1664
+
-D WLED_DISABLE_MQTT
1665
+
-D WLED_DISABLE_INFRARED
1666
+
; -D WLED_DEBUG
1667
+
; -D SR_DEBUG
1668
+
; -D MIC_LOGGER
1669
+
${common_mm.HUB75_build_flags}
1670
+
-D WLED_USE_ETHERNET
1671
+
-D WLED_DISABLE_ESPNOW ;; ESP-NOW requires wifi, may crash with ethernet only
1672
+
lib_deps = ${esp32_4MB_V4_S_base.esp32_lib_deps}
1673
+
${common_mm.HUB75_lib_deps}
1674
+
lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
1675
+
1653
1676
;; softhack007: my favourite HUB75 buildenv - fastest possible
0 commit comments