diff --git a/components/wifi-manager/Kconfig.projbuild b/components/wifi-manager/Kconfig.projbuild index 3f5760dc..1ca5a08d 100644 --- a/components/wifi-manager/Kconfig.projbuild +++ b/components/wifi-manager/Kconfig.projbuild @@ -2,7 +2,7 @@ menu "Wifi Manager Configuration" config WIFI_MANAGER_TASK_PRIORITY int "RTOS Task Priority for the wifi_manager" - default 5 + default 1 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. diff --git a/sdkconfig.defaults b/sdkconfig.defaults index 1c8de298..c9794f97 100644 --- a/sdkconfig.defaults +++ b/sdkconfig.defaults @@ -116,6 +116,7 @@ CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER=20 CONFIG_ESP32_PHY_MAX_TX_POWER=20 CONFIG_FREERTOS_HZ=100 CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=32 +CONFIG_LWIP_UDP_RECVMBOX_SIZE=32 CONFIG_LWIP_NETIF_LOOPBACK=y CONFIG_LWIP_TCP_MSL=60000 CONFIG_LWIP_TCP_SND_BUF_DEFAULT=8192