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