diff --git a/TCPServer.cpp b/TCPServer.cpp index 56fbdfd..c99c0f7 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -365,6 +365,8 @@ void TCPServer::checkIfAllClientsReady() { { this->broadcastMessage("strat;all;ready;1\n"); std::thread([this]() { askArduinoPos(); }).detach(); + this->broadcastMessage("strat;arduino;set pos;0,0,0"); + this->broadcastMessage("strat;arduino;set pos;0,0,0"); } }