The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_WIFI_ESP_AT_VERSION_1_7

AT version 1.7

Type: bool

Help

Use AT command set version 1.7.

Direct dependencies

<choice WIFI_ESP_AT_VERSION: AT version>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At drivers/wifi/esp_at/Kconfig.esp_at:122

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:78drivers/wifi/Kconfig:35

Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif AT Command support → AT version

config WIFI_ESP_AT_VERSION_1_7
    bool "AT version 1.7"
    depends on <choice WIFI_ESP_AT_VERSION>
    help
      Use AT command set version 1.7.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)