summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--smartdashboard/src/edu/wpi/first/smartdashboard/robot/Robot.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/smartdashboard/src/edu/wpi/first/smartdashboard/robot/Robot.java b/smartdashboard/src/edu/wpi/first/smartdashboard/robot/Robot.java
index d2cf23e..3d2a6c8 100644
--- a/smartdashboard/src/edu/wpi/first/smartdashboard/robot/Robot.java
+++ b/smartdashboard/src/edu/wpi/first/smartdashboard/robot/Robot.java
@@ -55,7 +55,7 @@ public class Robot {
if (host != "") {
// Use the given host
} else if (_usemDNS) {
- host = "roboRIO-" + _team + ".local";
+ host = "roboRIO-" + _team + "-frc.local";
} else {
host = "10." + (_team / 100) + "." + (_team % 100) + ".2";
}