:orphan: .. title:: CONFIG_WIFI_ESP_AT_RX_THREAD_PRIORITY .. kconfig:: CONFIG_WIFI_ESP_AT_RX_THREAD_PRIORITY CONFIG_WIFI_ESP_AT_RX_THREAD_PRIORITY ##################################### *Priority of RX thread* Type: ``int`` Help ==== .. code-block:: none Priority of thread used for processing RX data. Direct dependencies =================== \ :kconfig:`WIFI_ESP_AT ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 7 Kconfig definition ================== At ``/wifi/esp_at/Kconfig.esp_at:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:78`` → ``/wifi/Kconfig:35`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif AT Command support .. code-block:: kconfig config WIFI_ESP_AT_RX_THREAD_PRIORITY int "Priority of RX thread" default 7 depends on WIFI_ESP_AT && WIFI help Priority of thread used for processing RX data. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*