SDK : Mesh 2.1.1
IDE : SES
I have a node.
After this node provisioned the mesh network,I change this node model publish address by local.
then I restart this node, returning "Mesh assert at 0x00032A60(:0)".
I use debug mode step to step check error.
I find error is mesh_stack.c #104 dsm_flash_config_load(); => device_state_manager.c #1238 flash_load() NRF_MESH_ASSERT(type < DSM_ENTRY_TYPES);
How I can fix this error?