Change the enum of wifi_storage_t to be the same as that in wifi lib.

This commit is contained in:
xiaxiaotian 2016-09-12 11:38:13 +08:00
parent 86f434c9be
commit 7c607e4d63

View file

@ -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);
typedef enum {
WIFI_STORAGE_RAM,
WIFI_STORAGE_FLASH,
WIFI_STORAGE_RAM,
} wifi_storage_t;
esp_err_t esp_wifi_set_storage(wifi_storage_t storage);