Check to see if axis camera is the source of the problem.
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 6c3a6adabe85c45964c0fceb3a202557af99cd55..91829b9442720abbee46211442f5f7aeac90d16d 100644 (file)
@@ -17,11 +17,8 @@ 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 final static int TOGGLE_GEAR_PORT = 0;
-
-    public static final int TOGGLE_CAMERA_FEEDS = 1;
-
+    public static final int TOGGLE_CAMERA_FEEDS = 4;
   }
 
   public static class Shooter {