Debugging with filter of serial output.

This commit is contained in:
Stefan Ostermann 2025-08-18 00:21:20 +02:00
parent 1144b95349
commit b6ac157207
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ build_flags =
-DCONFIG_ASYNC_TCP_QUEUE_SIZE=64 ; (keep default) -DCONFIG_ASYNC_TCP_QUEUE_SIZE=64 ; (keep default)
-DCONFIG_ASYNC_TCP_RUNNING_CORE=1 ; force async_tcp task to be on same core as Arduino app (default is any core) -DCONFIG_ASYNC_TCP_RUNNING_CORE=1 ; force async_tcp task to be on same core as Arduino app (default is any core)
-DCONFIG_ASYNC_TCP_STACK_SIZE=4096 ; reduce the stack size (default is 16K) -DCONFIG_ASYNC_TCP_STACK_SIZE=4096 ; reduce the stack size (default is 16K)
monitor_filters = esp32_exception_decoder
board_build.partitions = huge_app.csv board_build.partitions = huge_app.csv