driver: wifi: esp_at: fix typo in CIPDINFO option

Fixes typo in the CIPDINFO option description.

Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
This commit is contained in:
Daniel Mangum 2024-09-04 16:59:53 -04:00 committed by Carles Cufí
commit 126e3ee6c3

View file

@ -164,7 +164,7 @@ config WIFI_ESP_AT_DNS_USE
config WIFI_ESP_AT_CIPDINFO_USE
bool "Use CIPDINFO to get peer ip and port"
help
Enable AT+CIPDINFO got get peer ip-address and port.
Enable AT+CIPDINFO to get peer ip-address and port.
config WIFI_ESP_AT_FETCH_VERSION
bool "Fetch and log ESP-AT firmware version"