nvs: Remove flash layout arguments from nvs_init()

Add notes that current NVS layout defaults are a Work In Progress and
not yet integrated with the partition table.
This commit is contained in:
Angus Gratton
2016-09-27 12:45:06 +10:00
parent 12b09344c8
commit a98ab8d801
8 changed files with 46 additions and 13 deletions
@@ -174,7 +174,7 @@ static void http_get_task(void *pvParameters)
void app_main()
{
nvs_flash_init(6, 3);
nvs_flash_init();
system_init();
initialise_wifi();
xTaskCreate(&http_get_task, "http_get_task", 2048, NULL, 5, NULL);