forked from espressif/arduino-esp32
Added parameter to Preferences::begin to select non-default NVS partition (#4718)
This commit is contained in:
@ -29,7 +29,7 @@ class Preferences {
|
||||
Preferences();
|
||||
~Preferences();
|
||||
|
||||
bool begin(const char * name, bool readOnly=false);
|
||||
bool begin(const char * name, bool readOnly=false, const char* partition_label=NULL);
|
||||
void end();
|
||||
|
||||
bool clear();
|
||||
|
Reference in New Issue
Block a user