Enable WLED_ENABLE_DMX_INPUT again, now we reference a preditacble tag not branch

This commit is contained in:
Will Tatam
2023-04-08 13:50:23 +01:00
parent eb3ad99b76
commit 79c67122dd

View File

@@ -910,7 +910,7 @@ platform_packages = ${esp32.platformV4_packages}
build_unflags = ${common.build_unflags}
build_flags = ${common.build_flags} ${esp32.build_flagsV4} ${common_mm.build_flags_S}
-Wno-misleading-indentation -Wno-format-truncation
; -D WLED_ENABLE_DMX_INPUT
-D WLED_ENABLE_DMX_INPUT
lib_deps = ${esp32.lib_depsV4} ${common_mm.lib_deps_S}
board_build.partitions = ${esp32.default_partitions}
board_build.f_flash = 80000000L ; use full 80MHz speed for flash (default = 40Mhz)