Hello,
I am trying to set up low power nodes in my mesh network.
To do so, I edited the prg.config file to enable this feature as:
CONFIG_BT_MESH_LOW_POWER=y
And then, I tried to check if this feature is enabled by checking the information on the NRF mesh app.
The app said it is disabled.
Next, I tried bt_mesh_lpn_set() in the main.c file, but still the problem persists. I am wondering how I can fix this issue.
Thanks
Next, I tried bt_mesh_lpn_set() in the main.c file, but still the problem persists. I am wondering how I can fix this issue.
Thanks