:orphan: .. title:: CONFIG_WIFI_ESP_AT_VERSION_2_0 .. kconfig:: CONFIG_WIFI_ESP_AT_VERSION_2_0 CONFIG_WIFI_ESP_AT_VERSION_2_0 ############################## *AT version 2.0* Type: ``bool`` Help ==== .. code-block:: none Use AT command set version 2.0. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/wifi/esp_at/Kconfig.esp_at:127`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:78`` → ``/wifi/Kconfig:35`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif AT Command support → AT version .. code-block:: kconfig config WIFI_ESP_AT_VERSION_2_0 bool "AT version 2.0" depends on help Use AT command set version 2.0. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*