mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
disable WS queue, web log messages are already queued
This commit is contained in:
@@ -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_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)
|
-D CONFIG_ASYNC_TCP_STACK_SIZE=6144 ; stack usage measured: ESP32: ~2.3K, ESP32S3: ~3.5k - (default is 16K)
|
||||||
; ESPAsyncWebServer
|
; 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
|
-D CORE_DEBUG_LEVEL=0
|
||||||
|
|
||||||
unbuild_flags =
|
unbuild_flags =
|
||||||
|
|||||||
Reference in New Issue
Block a user