remove beacon

This commit is contained in:
ackimixs
2024-05-08 17:53:27 +02:00
parent 6609115c2c
commit afaf121b34

View File

@@ -246,6 +246,7 @@ 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")
{