forked from espressif/esp-idf
Change the enum of wifi_storage_t to be the same as that in wifi lib.
This commit is contained in:
@@ -235,8 +235,8 @@ esp_err_t esp_wifi_get_station_list(struct station_info **station);
|
|||||||
esp_err_t esp_wifi_free_station_list(void);
|
esp_err_t esp_wifi_free_station_list(void);
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
WIFI_STORAGE_RAM,
|
|
||||||
WIFI_STORAGE_FLASH,
|
WIFI_STORAGE_FLASH,
|
||||||
|
WIFI_STORAGE_RAM,
|
||||||
} wifi_storage_t;
|
} wifi_storage_t;
|
||||||
|
|
||||||
esp_err_t esp_wifi_set_storage(wifi_storage_t storage);
|
esp_err_t esp_wifi_set_storage(wifi_storage_t storage);
|
||||||
|
Reference in New Issue
Block a user