This commit is contained in:
ackimixs
2024-04-09 20:24:06 +02:00
parent 7bc3e78de0
commit b38a75fafb

View File

@@ -158,7 +158,7 @@ void MyTCPClient::ouvrir_pince(int pince) {
this->pwm_setServoPosition(pince, i);
usleep(5'000);
}
pinceOuverte[pince] = false;
pinceOuverte[pince] = true;
}