Add webserver options to platformio.ini

This commit is contained in:
Thomas Hooge 2025-08-26 17:45:29 +02:00
parent 22e3ca3875
commit 9a04029cb4
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ lib_ldf_mode = off
monitor_speed = 115200 monitor_speed = 115200
build_flags = build_flags =
-D PIO_ENV_BUILD=$PIOENV -D PIO_ENV_BUILD=$PIOENV
# -D CONFIG_ASYNC_TCP_RUNNING_CORE=1 # async_tcp task core assignment (default is any core)
-D CONFIG_ASYNC_TCP_STACK_SIZE=4096 # reduce the stack size (default is 16K)
-std=gnu++17 -std=gnu++17
build_unflags = build_unflags =
-std=gnu++11 -std=gnu++11