Hello,
In the Zigbee Network Coordinator example when flashing new file to nrf52840-DK the Zigbee network steering automatically starts.
How do I disable auto-start of network steering?
I need to do some configuration of network before stack started and then run "bdb start".
It won't let me change Zigbee channel as example because stack is running already.
In Kconfig I tried to: "Disable 802.15.4 interface auto-start" in IEEE 802.15.4 driver option.
This does not seem to be to work.
It also says:
When all configurations are done net_if_up() has to be invoked to bring the interface
Assuming I can disable auto-start, how do I do that assuming I get it to work?
I also tried in network coordinator main.c
Thanks, JM