make it so
This commit is contained in:
Frank
2025-11-20 18:28:42 +01:00
parent 207b197d04
commit 3738735c84
2 changed files with 8 additions and 0 deletions

View File

@@ -1078,6 +1078,7 @@ build_flags_S =
-D WLEDMM_FASTPATH ;; WLEDMM experimental option. Reduces audio lag (latency), and allows for faster LED framerates. May break compatibility with previous versions.
; -D WLED_DEBUG_HEAP ;; WLEDMM enable heap debugging
-D WLED_ENABLE_GIF
; -D WLED_ENABLE_FULL_FONTS ;; uncomment for (limited) unicode support in scrolling text - warning: increases firmware size by 6848 bytes
lib_deps_S =
;; https://github.com/kosme/arduinoFFT#develop @ 1.9.2+sha.419d7b0 ;; used for USERMOD_AUDIOREACTIVE - using "known working" hash
@@ -1093,6 +1094,7 @@ build_flags_M =
-D USERMOD_FOUR_LINE_DISPLAY
-D USERMOD_ROTARY_ENCODER_UI
-D USERMOD_AUTO_SAVE
-D WLED_ENABLE_FULL_FONTS ;; enables (limited) unicode support in scrolling text - warning: increases firmware size by 6848 bytes
${common_mm.animartrix_build_flags}
${common_mm.NetDebug_build_flags}
@@ -1677,6 +1679,7 @@ build_flags = ${esp32_4MB_V4_S_base.esp32_build_flags}
-D WLED_DISABLE_MQTT
-D WLED_DISABLE_INFRARED
-D WLED_DISABLE_ADALIGHT
-D WLED_ENABLE_FULL_FONTS ;; increases firmware size by 6848 bytes
;; -D WLED_DEBUG
;; -D SR_DEBUG
-D WLED_BOOTUPDELAY=350