hello
This commit is contained in:
parent
ba038c7cfc
commit
40f93689e5
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ public class FTC2024WeRobotControl {
|
|||
Parent.harvestmotor.setPower(motor_speed);
|
||||
}
|
||||
public void harvest() {
|
||||
Parent.harvestmotor.setPower(1.0);
|
||||
this.harvest(1.0);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue