:orphan: .. title:: CONFIG_WIFI_ESP_AT_RESET_TIMEOUT .. kconfig:: CONFIG_WIFI_ESP_AT_RESET_TIMEOUT CONFIG_WIFI_ESP_AT_RESET_TIMEOUT ################################ *Reset timeout* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`WIFI_ESP_AT ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 3000 Kconfig definition ================== At ``/wifi/esp_at/Kconfig.esp_at:70`` 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_RESET_TIMEOUT int "Reset timeout" default 3000 depends on WIFI_ESP_AT && 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.)*