Hi,
I am using the sensor server example available in nrf5 sdk for mesh to build my own application on top of it. And the SOC we are using is nRF52832. I am trying to erase the provisioning information stored in memory after provisioning the sensor server node after long press of a button. I am not able to erase the provisioning information from main function even after calling mesh_stack_config_clear() as the code gets hanged after calling that API. I am aware that the reason for this is that main function and softdevice are running in different priority levels and to solve it, both of them should be running in the same priority level. Is it possible to change the priority of the main thread?



