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:
sle118
2019-09-10 10:28:07 -04:00
committed by GitHub
parent 6cf0acfc4c
commit b482389eca
2 changed files with 2 additions and 1 deletions

View File

@@ -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.

View File

@@ -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