mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
nvs_flash: adjust the nvs_flash start sector number
Modify the nvs flash start sector from 6 to 9
This commit is contained in:
parent
c90e3c7f9e
commit
f12be7ebd8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user