Search found 1 match

by panitaxx
Tue Jul 17, 2018 3:10 pm
Forum: ESP-IDF
Topic: NVS partition usage
Replies: 0
Views: 3164

NVS partition usage

Hello, I have a question. I am using the default partitioning scheme on a ESP32-WROOM: nvs, data, nvs, 0x9000, 0x6000, phy_init, data, phy, 0xf000, 0x1000, factory, app, factory, 0x10000, 1M, I made a code that is something like this: #include "structs.h" #include "nvs_flash.h" #include "nvs.h" #inc...