:orphan: .. title:: CONFIG_WIFI_ESP_AT_VERSION_1_7 .. kconfig:: CONFIG_WIFI_ESP_AT_VERSION_1_7 CONFIG_WIFI_ESP_AT_VERSION_1_7 ############################## *AT version 1.7* Type: ``bool`` Help ==== .. code-block:: none Use AT command set version 1.7. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/wifi/esp_at/Kconfig.esp_at:122`` 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_1_7 bool "AT version 1.7" depends on help Use AT command set version 1.7. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*