Hi, I am using Mesh V4.2.0 and RF52840 light_lightness example. I want to have more than 40 server nodes for one client, but when I increased more than 40 it keeps showing me static assert error under config_server.c file.
The error points to:
NRF_MESH_STATIC_ASSERT(CONFIG_COMPOSITION_DATA_SIZE <=
(ACCESS_MESSAGE_LENGTH_MAX - ACCESS_UTILS_SIG_OPCODE_SIZE(CONFIG_OPCODE_COMPOSITION_DATA_STATUS) - sizeof(config_msg_composition_data_status_t)));
I have tried editing the size of the config_composition_data_size as well as access_message_length_max to try to fit the equation in this quote. I was able to build it but when I provision it on the Android nRF Mesh app, it got stuck at 'sending composition data get'.
What else should I be changing?