nvs_flash: adjust the nvs_flash start sector number

Modify the nvs flash start sector from 6 to 9
pull/111/head
Liu Zhi Fu 2016-11-17 11:22:20 +08:00
rodzic c90e3c7f9e
commit f12be7ebd8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -63,7 +63,7 @@ extern "C" void nvs_dump()
extern "C" esp_err_t nvs_flash_init(void)
{
return nvs_flash_init_custom(6, 3);
return nvs_flash_init_custom(9, 3);
}
extern "C" esp_err_t nvs_flash_init_custom(uint32_t baseSector, uint32_t sectorCount)