mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-03-18 21:50:33 +01:00
disconnect
This commit is contained in:
@@ -223,6 +223,9 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket)
|
||||
|
||||
this->percentagePanel(nb + 6, static_cast<int>(percentage));
|
||||
}
|
||||
else if (tokens[2] == "disconnect") {
|
||||
this->broadcastMessage("strat;arduino;clear;1\n");
|
||||
}
|
||||
}
|
||||
else if (tokens[0] == "arduino") {
|
||||
if (tokens[2] == "set pos") {
|
||||
|
||||
Reference in New Issue
Block a user