Hi Nordic,
we started with the light_switch example
and created a second onoff model to it -> system compiles but runs into error
also tried adding a other generic model = generic_level-> same problem
we increased the #define CLIENT_MODEL_INSTANCE_COUNT
if we only select one model, it works so the models themself are working, it is only when
having more than one model that gives the issue
<t: 17167>, app_error_weak.c, 119, Mesh error 4 at 0x00026603 (main.c:157)
with line 157:
ERROR_CHECK(app_speedlimit_init(&m_onoff_server_1, APP_SPEEDLIMIT_ELEMENT_INDEX));
any ideas?