From b6ac1572076a7df4d97f7159ec8d20a8026ca4bf Mon Sep 17 00:00:00 2001 From: Stefan Ostermann Date: Mon, 18 Aug 2025 00:21:20 +0200 Subject: [PATCH] Debugging with filter of serial output. --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index d785ab7..00732e7 100644 --- a/platformio.ini +++ b/platformio.ini @@ -32,5 +32,5 @@ build_flags = -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_STACK_SIZE=4096 ; reduce the stack size (default is 16K) - +monitor_filters = esp32_exception_decoder board_build.partitions = huge_app.csv