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