Extract and save the SPR key separately #9988
-
During the factory reset of the device, we want to erase network data (NVM) to rejoin the network as a new device with new ipv6, (designed successfully) but at the same time, we want to keep SRP configuration (also stored in NVM). So, would it be possible to provide NVM content specification? Thanks Regis MAZANIELLO |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The documentation in include/openthread/platform/settings.h provides details on the information OpenThread stores in non-volatile. Note the keys with prefix |
Beta Was this translation helpful? Give feedback.
The documentation in include/openthread/platform/settings.h provides details on the information OpenThread stores in non-volatile. Note the keys with prefix
OT_SETTINGS_KEY_SRP_*
.