Skip to content

Commit

Permalink
disable WS queue, web log messages are already queued
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Jan 9, 2025
1 parent c077540 commit 4b384ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 4b384ec

Please sign in to comment.