mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-03-26 17:40:41 +01:00
add log
This commit is contained in:
@@ -237,7 +237,7 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket)
|
||||
else if (tokens[0] == "arduino" && tokens[2] == "set state") {
|
||||
this->isRobotMoving = TCPUtils::startWith(tokens[3], "0");
|
||||
}
|
||||
// std::cout << "Received: " << message << std::endl;
|
||||
std::cout << "Received: " << message << std::endl;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user