This commit is contained in:
ackimixs
2024-04-11 14:57:00 +02:00
parent c7378fe758
commit b12d2df9e8

View File

@@ -100,7 +100,7 @@ void MyTCPClient::mid_bras(bool force) {
if (brasBaisse == 1 && !force){
return;
}
int angle = 120;
int angle = 80;
for (int i = 1; i <= angle;i++){
usleep(5'000);
this->pwm_setServoPosition(4, i);