From c7fa4ff2121133916422f3ee1823fda9b44ccec3 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sat, 21 Dec 2024 11:59:51 +0100 Subject: [PATCH] Disable queue debugging --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 3f8d158..fccd8a2 100644 --- a/platformio.ini +++ b/platformio.ini @@ -30,7 +30,7 @@ build_flags = -DCONFIG_ASYNC_TCP_EVENT_QUEUE_SIZE=128 -DCONFIG_ASYNC_TCP_QUEUE_SIZE=128 -DEMC_TASK_STACK_SIZE=6400 - -DHOY_DEBUG_QUEUE +; -DHOY_DEBUG_QUEUE -Wall -Wextra -Wunused -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wnull-dereference ; Have to remove -Werror because of ; https://github.com/espressif/arduino-esp32/issues/9044 and