Skip to content

Commit

Permalink
day of defeat
Browse files Browse the repository at this point in the history
  • Loading branch information
cherriae committed Apr 7, 2024
1 parent 56d73f4 commit 445b2e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ public void robotInit() {
// PortForwarder.add(5801, "limelight-main.local", 5801);
// PortForwarder.add(5805, "limelight-main.local", 5805);

PortForwarder.add(5800, "limelight-intake.local", 5800);
PortForwarder.add(5801, "limelight-intake.local", 5801);
PortForwarder.add(5805, "limelight-intake.local", 5805);
PortForwarder.add(5800, "limelight-main.local", 5800);
PortForwarder.add(5801, "limelight-main.local", 5801);
PortForwarder.add(5805, "limelight-main.local", 5805);

UtilFuncs.LoadField();
// CameraServer.startAutomaticCapture();
Expand Down

0 comments on commit 445b2e5

Please sign in to comment.