HWuest
HWuest
I have a simple parent node connected to a root node sending a message on a regular basis using esp_mesh_lite_try_sending_msg((char*)"rec", (char*)"rec_ack", 1, item, &esp_mesh_lite_send_msg_to_parent); When the root node is switched...
You can use this [branch](https://github.com/tswen/esp-mesh-lite/tree/examples/add_no_router_example/examples/no_router) to test the no_router scenario with some internal optimizations that have greatly reduced communication latency. _Originally posted by @tswen in https://github.com/espressif/esp-mesh-lite/issues/16#issuecomment-1632186874_
If a rooterless mesh network is set up the mesh message communication is disturbed regularily. Every several seconds communication stops for several seconds (after the pause the pending messages are...
I want to build a mesh-lite network which works even if no rooter is available. The mesh-lite feature list tell that this should be possible and I thought the config...