From 7bc8aad3f2f982dfbefc8278185f23bfe9a00fbb Mon Sep 17 00:00:00 2001 From: ackimixs Date: Wed, 15 May 2024 20:37:56 +0200 Subject: [PATCH] map --- TCPServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index a4be8d6..19b3c2c 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -169,7 +169,7 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket) if (args[0] == "0") { if (!handleEmergecnyFlag) { int angle = static_cast((value * PI / 2) / 327.67f * 100); - this->broadcastMessage("strat;arduino;angle;" + std::to_string(angle) + "\n"); + // this->broadcastMessage("strat;arduino;angle;" + std::to_string(angle) + "\n"); } } else if (args[0] == "1") {