mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-18 16:37:29 +01:00
lidar
This commit is contained in:
@@ -246,7 +246,6 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket)
|
||||
}
|
||||
|
||||
this->broadcastMessage("strat;lidar;set team;" + std::to_string(this->team) + "\n");
|
||||
this->broadcastMessage("strat;lidar;set beacon;0\n");
|
||||
}
|
||||
else if (tokens[1] == "strat" && tokens[2] == "start")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user