Feature: Redirect all ESP log output to the MessageOutput handler

This commit is contained in:
Thomas Basler
2025-04-18 15:01:01 +02:00
parent 98e6d05e4e
commit 724890147f
3 changed files with 17 additions and 0 deletions

View File

@@ -31,6 +31,13 @@ build_flags =
-DCONFIG_ASYNC_TCP_QUEUE_SIZE=128
-DEMC_TASK_STACK_SIZE=6400
; -DHOY_DEBUG_QUEUE
; Log related defines
-DUSE_ESP_IDF_LOG
-DLOG_LOCAL_LEVEL=5
-DCORE_DEBUG_LEVEL=5
-DTAG="\"CORE\""
-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