docs: optimize WiFi and WebSocket settings; enhance TCP/IP stack configuration

This commit is contained in:
2025-02-21 15:07:16 +01:00
parent c1be6ca582
commit 9e6cd3b451
3 changed files with 18 additions and 1 deletions

View File

@ -54,6 +54,11 @@ build_flags =
-DCONFIG_ESP32_PANIC_PRINT_REBOOT
-DBOOT_APP_PARTITION_OTA_0=1
-DCONFIG_LOG_DEFAULT_LEVEL=3
-DCONFIG_LWIP_TCP_MSL=60000
-DCONFIG_LWIP_TCP_WND_DEFAULT=8192
-DCONFIG_LWIP_TCP_SND_BUF_DEFAULT=4096
-DCONFIG_LWIP_TCP_RCV_BUF_DEFAULT=4096
-DCONFIG_LWIP_MAX_ACTIVE_TCP=16
extra_scripts =
scripts/extra_script.py