Disable queue debugging

This commit is contained in:
Thomas Basler 2024-12-21 11:59:51 +01:00
parent 96ba58af8c
commit c7fa4ff212

View File

@ -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