mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-19 00:47:36 +01:00
set pos
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user