Merge branch 'bug/storage_enum' into 'master'

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



See merge request !71
pull/21/head
Wu Jian Gang 2016-09-12 11:49:22 +08:00
commit 56fcae19af
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);