From 88bfbf9576a22263790a8a56dee40a271a1a39ab Mon Sep 17 00:00:00 2001 From: ackimixs Date: Wed, 15 May 2024 13:44:47 +0200 Subject: [PATCH] set pos --- TCPServer.cpp | 2 ++ 1 file changed, 2 insertions(+) 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"); } }