constants
authorAndres Esteban Echeverria G <estebanech@Andress-MacBook-Air.local>
Tue, 7 Feb 2017 03:56:43 +0000 (19:56 -0800)
committerAndres Esteban Echeverria G <estebanech@Andress-MacBook-Air.local>
Tue, 7 Feb 2017 03:56:43 +0000 (19:56 -0800)
src/org/usfirst/frc/team3501/robot/Constants.java

index 6d3e20832b207899c062560e61218e2e82f6e77a..5d14ccd1b8d7d9d3be2f2c549eb76ce02bb2177c 100644 (file)
@@ -13,7 +13,7 @@ public class Constants {
     public final static int TOGGLE_WINCH_PORT = 0;
     public final static int TOGGLE_FLYWHEEL_PORT = 0;
     public final static int TOGGLE_INDEXWHEEL_PORT = 0;
-       public static final int TOGGLE_CAMERA_FEEDS = 7;
+       public static final int TOGGLE_CAMERA_FEEDS = 4;
   }
 
   public static class Shooter {