matter NVS settings

I'm using ncs2.6.0 to develop a door lock project for matter, and I'm running into a problem: I need to store some user-set parameters in the project, which take up less space but change frequently, so I'm storing them in settings. But matter itself uses this area for storing information, and it erases my parameter information when matter resumes initialization. How can I separate the storage that comes with matter from my own settings storage?

Parents Reply Children
No Data
Related