hal_espressif icon indicating copy to clipboard operation
hal_espressif copied to clipboard

zephyr: esp_wifi_adapter: Use priority config

Open marekmatej opened this issue 1 year ago • 1 comments

Use CONFIG_ESP_WIFI_MAX_THREAD_PRIO instead of hardcoded value in the task_get_max_priority_wrapper. The real priority is then calculated as prio = (CONFIG_ESP_WIFI_MAX_THREAD_PRIO - 2) during the wifi runtime.

marekmatej avatar Jul 11 '24 17:07 marekmatej