X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=5d14ccd1b8d7d9d3be2f2c549eb76ce02bb2177c;hb=cb0f662264528bcb0d783fcb00db22eb8d4f4283;hp=6d3e20832b207899c062560e61218e2e82f6e77a;hpb=dd0b01acf8ac90bbcc1c4c3f27626e4f064c4629;p=3501%2F2017steamworks diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index 6d3e208..5d14ccd 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -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 {