I am trying to compare a bunch of BLE mesh options and I am trying to evaluate the software stack for nRF mesh
Whilst trying out the light switch proxy example, I noticed that it gave me this error:
Looking through app_error_weak.c, it seems to be because of some SDK version issue and the code is raising it because:
Looking through the configuration that comes as standard/default with the project:
How can I fix this issue?
Bo