mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-19 00:47:36 +01:00
all ready
This commit is contained in:
@@ -435,6 +435,7 @@ void TCPServer::checkIfAllClientsReady()
|
||||
|
||||
if (allReady)
|
||||
{
|
||||
std::cout << "All clients are ready" << std::endl;
|
||||
this->broadcastMessage("strat;all;ready;1\n");
|
||||
std::thread([this]() { askArduinoPos(); }).detach();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user