:orphan: .. title:: WIFI_ESP_RX_THREAD_PRIORITY .. option:: CONFIG_WIFI_ESP_RX_THREAD_PRIORITY *Priority of RX thread* Type: ``int`` Help ==== Priority of thread used for processing RX data. Direct dependencies =================== \ :option:`WIFI_ESP ` && \ :option:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 7 Kconfig definition ================== .. highlight:: kconfig At ``drivers/wifi/esp/Kconfig.esp:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:76`` → ``drivers/wifi/Kconfig:35`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif ESP8266 and ESP32 support .. parsed-literal:: config WIFI_ESP_RX_THREAD_PRIORITY int "Priority of RX thread" default 7 depends on \ :option:`WIFI_ESP ` && \ :option:`WIFI ` help Priority of thread used for processing RX data. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*