A - root node - Layer 1
B- parent node - Layer 2
C- Leaf Node - Layer 3
I succesflly run the "internal communication exaample" for the root node and parent node . In particular the root got ip correctly and recognize the children (node B)
Now I want to force the C node to be child of just B node so that C node could just send data to node B.
How can I do this?
Do I have to use the
Code: Select all
[Codebox=c file=Untitled.c]"esp_mesh_set_parent"[/Codebox]
Hope you can help
Thanks
Nico