hal_espressif
                                
                                 hal_espressif copied to clipboard
                                
                                    hal_espressif copied to clipboard
                            
                            
                            
                        zephyr: esp_wifi_adapter: Use priority config
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.