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

Reset timeout

Type: int

Help

How long to wait for device to become ready after AT+RST has been sent. This can vary with chipset (ESP8266/ESP32) and firmware version. This is ignored if a reset pin is configured.

Direct dependencies

WIFI_ESP && WIFI

(Includes any dependencies from ifs and menus.)

Default

  • 3000

Kconfig definition

At drivers/wifi/esp/Kconfig.esp:70

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:76drivers/wifi/Kconfig:35

Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif ESP8266 and ESP32 support

config WIFI_ESP_RESET_TIMEOUT
    int "Reset timeout"
    default 3000
    depends on WIFI_ESP && WIFI
    help
      How long to wait for device to become ready after AT+RST has been
      sent. This can vary with chipset (ESP8266/ESP32) and firmware
      version. This is ignored if a reset pin is configured.

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