This commit is contained in:
2026-02-06 22:57:54 +00:00
parent fbb24d9e11
commit e6b3be1267

View File

@@ -278,11 +278,11 @@ void phaseTwo() {
void phaseThree() { void phaseThree() {
slideRight(150); slideRight(150);
delay(800); // Slide right for 800 miliseconds delay(900); // Slide right for 800 miliseconds
motorsStop(); motorsStop();
delay(200); // Very small delay between turning and going, optional delay(200); // Very small delay between turning and going, optional
motorsGo(-100); motorsGo(-100);
delay(1450); // Go back towards the pin delay(1450); // Go back towards the pin for 1450 miliseconds
motorsStop(); motorsStop();
delay(200); // Very small delay between turning and going, optional delay(200); // Very small delay between turning and going, optional
Go45right(); Go45right();