1. zigbee_configure_sleepy_behavior must be called before zigbee_enable - [source docs](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/zigbee/zigbee_app_utils.html#c.zigbee_configure_sleepy_behavior) 2. zb_zdo_pim_set_long_poll_interval must be called after the network is joined - [source docs](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/zboss/3.5.2.0/group__zdo__poll__control.html#ga3aae8929b30e71c872f937771b89c768). On top of that, the argument for the call was incorrect - it expects ms directly. 3. Removed the unecessary CONFIG_PM, seems like there's no impact in power consumption. Could it cause some weirdness? 4. Implemented CONFIG_PRST_ZB_FACTORY_RESET_DISABLED=y to fully disable factory resetting. May aid debugging. 5. Implemented multi/single channel support. Helps with battery life when scanning networks |
||
|---|---|---|
| .. | ||
| prstlib | ||
| samples | ||