From 482ebd7603234d92afc29205ea43652a3d0d77dc Mon Sep 17 00:00:00 2001 From: ackimixs Date: Fri, 10 May 2024 02:44:56 +0200 Subject: [PATCH] remove pot --- TCPServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index 5f48675..72a28ab 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -1645,7 +1645,7 @@ void TCPServer::removePot(StratPattern sp) { this->setMaxSpeed(); this->go(2780, 900); if (awaitRobotIdle() < 0) return; - this->go(2790, 400); + this->go(2780, 400); if (awaitRobotIdle() < 0) return; this->go(2750, 650); if (awaitRobotIdle() < 0) return;