mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 14:07:11 +03:00
Align with main branch (#18)
* Update CMakeLists.txt * sink name corrections * update UDP recvmbox * wifi manager prio must be minimum (and below pthread anyway)
This commit is contained in:
@@ -2,7 +2,7 @@ menu "Wifi Manager Configuration"
|
|||||||
|
|
||||||
config WIFI_MANAGER_TASK_PRIORITY
|
config WIFI_MANAGER_TASK_PRIORITY
|
||||||
int "RTOS Task Priority for the wifi_manager"
|
int "RTOS Task Priority for the wifi_manager"
|
||||||
default 5
|
default 1
|
||||||
help
|
help
|
||||||
Tasks spawn by the manager will have a priority of WIFI_MANAGER_TASK_PRIORITY-1. For this particular reason, minimum recommended task priority is 2.
|
Tasks spawn by the manager will have a priority of WIFI_MANAGER_TASK_PRIORITY-1. For this particular reason, minimum recommended task priority is 2.
|
||||||
|
|
||||||
|
|||||||
@@ -116,6 +116,7 @@ CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER=20
|
|||||||
CONFIG_ESP32_PHY_MAX_TX_POWER=20
|
CONFIG_ESP32_PHY_MAX_TX_POWER=20
|
||||||
CONFIG_FREERTOS_HZ=100
|
CONFIG_FREERTOS_HZ=100
|
||||||
CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=32
|
CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=32
|
||||||
|
CONFIG_LWIP_UDP_RECVMBOX_SIZE=32
|
||||||
CONFIG_LWIP_NETIF_LOOPBACK=y
|
CONFIG_LWIP_NETIF_LOOPBACK=y
|
||||||
CONFIG_LWIP_TCP_MSL=60000
|
CONFIG_LWIP_TCP_MSL=60000
|
||||||
CONFIG_LWIP_TCP_SND_BUF_DEFAULT=8192
|
CONFIG_LWIP_TCP_SND_BUF_DEFAULT=8192
|
||||||
|
|||||||
Reference in New Issue
Block a user