Hello
I have a short question about the painlessMesh library.
It has 2 functions that allow to send messages to nodes:
-
sendSingle
-
sendBroadcast
Question:
In the case of "sendSingle" does the destination node needs to be directly accessible (->children) by the sender node, or can it be at the far end of the mesh?
Thank you