From 10e22dc7c6933fa2be6f6af5e4f66cb5ff8710e4 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Wed, 25 Oct 2023 20:09:41 +0100 Subject: [PATCH] Tweak build flags --- platformio.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 9e72068d..a6555e3b 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1046,7 +1046,6 @@ build_flags = ${common.build_flags} ${esp32.build_flagsV4} ${common_mm.build_fla ;-Wstack-usage=2732 ;; warn if a function needs more that 30% of availeable stack ("stack usage might be unbounded", "stack usage is 2824 bytes") ;-Wsuggest-attribute=const -Wsuggest-attribute=pure ;; ask compiler for hints on attributes -D WLED_ENABLE_DMX_INPUT - -D WLED_ENABLE_SMARTMATRIX lib_deps = ${esp32.lib_depsV4} ${common_mm.lib_deps_S} https://github.com/someweisguy/esp_dmx.git#v3.0.2-beta ;; for DMX_INPUT board_build.partitions = ${esp32.default_partitions}