Skip to content

Commit cdb9a94

Browse files
committed
fix(wifi_remote): Update per v5.4 espressif/esp-idf@5fb9c3a84950
1 parent d6a0bec commit cdb9a94

File tree

1 file changed

+1
-0
lines changed
  • components/esp_wifi_remote/idf_v5.4/include/injected

1 file changed

+1
-0
lines changed

components/esp_wifi_remote/idf_v5.4/include/injected/esp_wifi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ esp_err_t esp_wifi_get_scan_parameters(wifi_scan_default_params_t *config);
564564
* - ESP_OK: succeed
565565
* - ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init
566566
* - ESP_ERR_WIFI_NOT_STARTED: WiFi is not started by esp_wifi_start
567+
* - ESP_ERR_WIFI_STATE: WiFi is still connecting when esp_wifi_scan_stop() is invoked.
567568
*/
568569
esp_err_t esp_wifi_scan_stop(void);
569570

0 commit comments

Comments
 (0)