Is there an issue with releasing application firmware, say v1.0 with
zb_set_max_children(10);and then in a following release via DFU, say v1.1 with
zb_set_max_children(15).
I'm trying to understand if a network has been formed and devices have joined if the increased number of children in v1.1 will mean the change in device count will mean the devices need to be removed and re-joined?
Thanks,