Page 1 of 1

NVS storage

Posted: Mon Oct 08, 2018 3:54 am
by newhobby
Hi,

When using nvs on my code, should I open, read/write what I need and then close and do this again everytime I need to read/write to it?
Or can I call open once in main and leave it open and do my read/write at will?

Re: NVS storage

Posted: Mon Oct 08, 2018 4:15 pm
by fly135
I open and leave it open, then write whenever I want.