Hi, I have run light switch example in SDK 15.2 and SDK for Mesh version 3.1.0, when I try to add new app_onoff_server_t model to Server with my code:
and I have modified the nrf_mesh_config_app.h in the Server with ACCESS_MODEL_COUNT (3+1) and ACCESS_SUBSCRIPTION_LIST_COUNT (3+1) and ACCESS_ELEMENT_COUNT (1+1).
then I modified the node_setup.c in Provisioner to this:
This is my log after I config the Client success then config the Server Fail:
Do I setup wrong any step, Can someone please help me to config a Server add new model then subscribe to a group address by Provisioner.
Thank You!