Hi,
I need to set a client back to the state, when its flash was erased and programed, so if I understand this correctly, the provisioning data has to be erased.
How could this be accomplished using SDK for Mesh 1.0.0?
Regards
Gerry
Hi,
I need to set a client back to the state, when its flash was erased and programed, so if I understand this correctly, the provisioning data has to be erased.
How could this be accomplished using SDK for Mesh 1.0.0?
Regards
Gerry
Hi Seger,
The current version of nRF Mesh SDK is v2.0.1. We suggest you to use this version.
To erase provisioning data in flash you can call:
mesh_stack_config_clear();
nrf_delay_ms(500);
node_reset();
Hi Hung Bui,
I want to erase provisionning data without reset the device,how can I do that?
Hi Hung Bui,
I want to erase provisionning data without reset the device,how can I do that?