The latest development version of this page may be more current than this released 1.14.1 version.
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

WIFI_ESWIFI && WIFI

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/wifi/eswifi/Kconfig.eswifi:21

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:76drivers/wifi/Kconfig:37

Menu path: (top menu) → Device Drivers → add support for WiFi Drivers → Inventek eS-WiFi support

config WIFI_ESWIFI_THREAD_PRIO
    int
    prompt "esWiFi threads priority" if WIFI_ESWIFI && WIFI
    default 2 if WIFI_ESWIFI && WIFI
    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.

(Definitions include propagated dependencies, including from if’s and menus.)