Skip to content

Commit

Permalink
Merge pull request #4 from team1635/TestingRC
Browse files Browse the repository at this point in the history
Switch Cameras Work on Both controllers
  • Loading branch information
Acelogic authored Mar 27, 2017
2 parents 0849064 + 17c4258 commit 1b8ec96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/usfirst/frc/team1635/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public void disabledInit() {
*/
public void teleopPeriodic() {
Scheduler.getInstance().run();
if (Robot.oi.gameController.getBButton()) {
if (Robot.oi.globalB) {
Timer.delay(0.2);
forwardCameraOn = !(forwardCameraOn);
}
Expand Down

0 comments on commit 1b8ec96

Please sign in to comment.