send point

This commit is contained in:
ackimixs
2024-05-09 15:06:38 +02:00
parent 96964c9c66
commit 400e82c2db

View File

@@ -1377,12 +1377,10 @@ void TCPServer::dropJardiniereFlowers(const StratPattern sp) {
if (pinceState[0] != NONE) {
this->fullyOpenPince(0);
pinceState[0] = NONE;
this->sendPoint(3+1);
}
if (pinceState[2] != NONE) {
this->fullyOpenPince(2);
pinceState[2] = NONE;
this->sendPoint(3+1);
}
usleep(500'000);