send point

This commit is contained in:
ackimixs
2024-05-09 15:05:47 +02:00
parent 704c530bed
commit 96964c9c66

View File

@@ -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);