how to create a namespace in NVS?
Posted: Mon Feb 11, 2019 7:28 pm
I'm trying to prep my application for production. Upon booting, my app looks for a namespace to open:
I've read the docs on the NVS library, but I don't understand how to create the namespace I need to read. My config.csv file will look something like this:
I'm sure I'm overlooking something obvious...thanks for any help.
Code: Select all
err = nvs_open(SERIAL_NAMESPACE, NVS_READONLY, &m_handleSerial);
Code: Select all
app,namespace,
serial_no,data,string
mac_addr,data,hex2bin
label,data,string