mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-06 04:44:50 +01:00
Feature: Redirect all ESP log output to the MessageOutput handler
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user