:orphan: .. title:: WIFI_ESWIFI_THREAD_PRIO .. option:: CONFIG_WIFI_ESWIFI_THREAD_PRIO *esWiFi threads priority* Type: ``int`` Help ==== This option sets the priority of the esWiFi threads. Do not touch it unless you know what you are doing. Direct dependencies =================== \ :option:`WIFI_ESWIFI ` && \ :option:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== .. highlight:: kconfig At ``drivers/wifi/eswifi/Kconfig.eswifi:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:76`` → ``drivers/wifi/Kconfig:34`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Inventek eS-WiFi support .. parsed-literal:: config WIFI_ESWIFI_THREAD_PRIO int "esWiFi threads priority" default 2 depends on \ :option:`WIFI_ESWIFI ` && \ :option:`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.)*