Hello
How do I remove one server from mesh network? The client needs to recognize like a new device. I did try to use these functions without success on a event:
nrf_mesh_node_config_clear();
sd_nvic_SystemReset();
Hello
How do I remove one server from mesh network? The client needs to recognize like a new device. I did try to use these functions without success on a event:
nrf_mesh_node_config_clear();
sd_nvic_SystemReset();
In the Mesh SDK v2.0.1 use the "Config Node Reset" as specified in the Mesh Profile to reset the node. This is directly supported in the Mesh SDK to reset the node. You can also examine the code and call the function internally to reset the node.
In the Mesh SDK v2.0.1 use the "Config Node Reset" as specified in the Mesh Profile to reset the node. This is directly supported in the Mesh SDK to reset the node. You can also examine the code and call the function internally to reset the node.