disable WS queue, web log messages are already queued

This commit is contained in:
MichaelDvP
2025-01-09 11:35:47 +01:00
parent c07754047d
commit df9d20ad88

View File

@@ -42,7 +42,7 @@ build_flags =
-D CONFIG_ASYNC_TCP_RUNNING_CORE=1 ; force async_tcp task to be on same core as Arduino app (default is any core)
-D CONFIG_ASYNC_TCP_STACK_SIZE=6144 ; stack usage measured: ESP32: ~2.3K, ESP32S3: ~3.5k - (default is 16K)
; ESPAsyncWebServer
-D WS_MAX_QUEUED_MESSAGES=64
-D WS_MAX_QUEUED_MESSAGES=0 ; log messages are already queued in ems-esp
-D CORE_DEBUG_LEVEL=0
unbuild_flags =