Logging improvements

This commit is contained in:
2026-01-28 20:17:22 +01:00
parent 564ed20720
commit 2eabe931d8
11 changed files with 162 additions and 107 deletions

View File

@@ -36,6 +36,7 @@ build_flags =
-DBOARD_HAS_PSRAM
-DARDUINO_USB_CDC_ON_BOOT=1
-DCORE_DEBUG_LEVEL=4 # Max. possible loglevel: 0=None, 1=Error, 2=Warning, 3=Info, 4=Debug, 5=Verbose
# -DLOG_LOCAL_LEVEL=5 # No limits for ESP_LOG
-DCONFIG_LOG_TX_BUF_SIZE=8192
-std=gnu++17
build_unflags =