From 41b9d9f6cc00cdc9ada22a9cde932fffe4457d27 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Wed, 15 May 2024 19:30:46 +0200 Subject: [PATCH] rotate --- TCPServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index 83d897f..da0ae59 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -188,7 +188,7 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket) } else if (args[0] == "2") { int speed = static_cast((value * 3.1) / 327.670f); - // this->broadcastMessage("start;arduino;rotate;" + std::to_string(speed)); + this->broadcastMessage("start;arduino;rotate;" + std::to_string(speed)); } } else if (tokens[2] == "button down") {