We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58635d3 commit cbac40bCopy full SHA for cbac40b
core/src/main/java/edu/wpi/grip/core/settings/ProjectSettings.java
@@ -136,7 +136,7 @@ public void setDeployJvmOptions(@Nullable String deployJvmOptions) {
136
}
137
138
private String computeFRCAddress(int teamNumber) {
139
- return "roborio-" + teamNumber + "-frc.local";
+ return "roboRIO-" + teamNumber + "-FRC.local";
140
141
142
public int getServerPort() {
0 commit comments