Wifi-mesh. Can I send parallel message to different nodes?
Posted: Mon Jul 29, 2024 8:13 pm
I want to have several threads, each in charge of esp_mesh_send() to a different node. Will there be a problem if there are multiple instances trying to send messages? I want to do this, because if a node disconnected, i want to keep sending data to other nodes, without waiting for timeout.