From: Andres Esteban Echeverria G Date: Sun, 5 Feb 2017 01:08:47 +0000 (-0800) Subject: Made final int for toggling camera feeds equal to 7(button 7) X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=b470d03d70f3cc30a2ca8124692744496eaac155 Made final int for toggling camera feeds equal to 7(button 7) --- diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index d49e2c4..6d3e208 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -13,6 +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 class Shooter {