Other Parts Discussed in Thread: Z-STACK
In my network are only routers. Therefore, I think it doesn't make sense to have a higher number of MAX_CHILDREN than MAX_ROUTERS. Is this conlusion right or do I miss something out?
By setting it in this way...
#if ( STACK_PROFILE_ID == HOME_CONTROLS )
byte CskipRtrs[MAX_NODE_DEPTH+1] = {5,5,5,5,5,0};
byte CskipChldrn[MAX_NODE_DEPTH+1] = {5,5,5,5,5,0};
... I am actually able to setup more devices for the same space of RAM. Because each empty spot will be wasted table space, isn't it?
Thanks for your feedback!