From af3f821fd72d31bbdd7839d7e7f0bd1ccf377e5b Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 18 Nov 2019 22:13:07 +0100 Subject: [PATCH] docs: update wifi documentation per recent update of esp-idf-template project to use a plain hello-world application --- docs/en/api-reference/network/esp_wifi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-reference/network/esp_wifi.rst b/docs/en/api-reference/network/esp_wifi.rst index 1f0ada9d5..0d5070380 100644 --- a/docs/en/api-reference/network/esp_wifi.rst +++ b/docs/en/api-reference/network/esp_wifi.rst @@ -24,7 +24,7 @@ The :example:`wifi` directory of ESP-IDF examples contains the following applica Code examples for Wi-Fi are provided in the :example:`wifi` directory of ESP-IDF examples. -In addition, there is a simple `esp-idf-template `_ application that shows how to connect ESP32 module to an Access Point. +In addition, there is a simple `esp-idf-template `_ application to demonstrate a minimal IDF project structure. API Reference