This commit is contained in:
ackimixs
2024-05-15 13:44:47 +02:00
parent e2e186795d
commit 88bfbf9576

View File

@@ -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");
}
}