From 5556f95addfe1d1a39a04c7a2c7e1ca26b77e95e Mon Sep 17 00:00:00 2001 From: ackimixs Date: Wed, 10 Apr 2024 21:11:14 +0200 Subject: [PATCH] speed --- TCPServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index e30dc39..e3af902 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -311,7 +311,7 @@ void TCPServer::startGame() { } void TCPServer::goToAruco(const ArucoTagPos &arucoTagPos, const int pince) { - this->broadcastMessage("strat;aduino;speed;100\n"); + this->broadcastMessage("strat;aduino;speed;70\n"); float decalage; if (pince < 0 || pince > 2) { return;