From 96964c9c664a1b6f94157351a6af93986ba47da2 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Thu, 9 May 2024 15:05:47 +0200 Subject: [PATCH] send point --- TCPServer.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index 200dd32..c0dd19d 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -1395,9 +1395,11 @@ void TCPServer::dropJardiniereFlowers(const StratPattern sp) { if (pinceState[1] != NONE) { this->fullyOpenPince(1); pinceState[1] = NONE; - this->sendPoint(3+1); } + this->sendPoint(3+1); + this->sendPoint(3+1); + usleep(500'000); this->openPince(0);