Hi All:
i met a trouble.
i want to implement a function that i can restore mesh device by uart cmd.
so , i add uart to light switch service demo, when i recive a cmd "AT+RESTORE", i will run nrf_mesh_node_config_clear() to clear flash data.
but i failed. when i send AT+RESTORE to device. the device enter ASSERT(),
i don't know this is API problem or my problem.
you function (nrf_mesh_node_config_clear()) can work properly?