mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 13:14:32 +02:00
esp_wifi: fix typo in comments (ESP_ERR_WIFI_NOT_STARTED)
This commit is contained in:
@@ -330,7 +330,7 @@ esp_err_t esp_wifi_restore(void);
|
|||||||
* @return
|
* @return
|
||||||
* - ESP_OK: succeed
|
* - ESP_OK: succeed
|
||||||
* - ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init
|
* - ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init
|
||||||
* - ESP_ERR_WIFI_NOT_START: WiFi is not started by esp_wifi_start
|
* - ESP_ERR_WIFI_NOT_STARTED: WiFi is not started by esp_wifi_start
|
||||||
* - ESP_ERR_WIFI_CONN: WiFi internal error, station or soft-AP control block wrong
|
* - ESP_ERR_WIFI_CONN: WiFi internal error, station or soft-AP control block wrong
|
||||||
* - ESP_ERR_WIFI_SSID: SSID of AP which station connects is invalid
|
* - ESP_ERR_WIFI_SSID: SSID of AP which station connects is invalid
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user