mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +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
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user