Skip to content

Commit 5264efb

Browse files
committed
calib pot
1 parent 383c9ba commit 5264efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MarkII.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ int ballLoadDelay = 2000; //Delay for the ball to be loaded by human drivervalid
169169
#warning "primeCatapult"
170170
/** Prepares the catapult to be shot. **/
171171
task primeCatapult () {
172-
while(SensorValue[leftCatapult]>1900) {
172+
while(SensorValue[leftCatapult]>2250) {
173173
setCatapultSpeed(127);
174174
wait1Msec(30);
175175
}

0 commit comments

Comments
 (0)