From f5941b20464b76985c4bebd9f99d0264c7663261 Mon Sep 17 00:00:00 2001 From: bap-0-1 Date: Sat, 1 Jun 2024 10:41:50 +0200 Subject: [PATCH] update --- TCPServer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index b1160b6..01a53f9 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -186,8 +186,7 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket) } } else if (value == 0) { - this->broadcastMessage("strat;arduino;clear;1\n"); - return; + angle = 0; } else { if (value > 0) {