:orphan: .. title:: CONFIG_WIFI_ESWIFI_THREAD_PRIO .. kconfig:: CONFIG_WIFI_ESWIFI_THREAD_PRIO CONFIG_WIFI_ESWIFI_THREAD_PRIO ############################## *esWiFi threads priority* Type: ``int`` Help ==== .. code-block:: none This option sets the priority of the esWiFi threads. Do not touch it unless you know what you are doing. Direct dependencies =================== \ :kconfig:`WIFI_ESWIFI ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/wifi/eswifi/Kconfig.eswifi:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:78`` → ``/wifi/Kconfig:34`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Inventek eS-WiFi support .. code-block:: kconfig config WIFI_ESWIFI_THREAD_PRIO int "esWiFi threads priority" default 2 depends on WIFI_ESWIFI && WIFI help This option sets the priority of the esWiFi threads. Do not touch it unless you know what you are doing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*