[ntcore] SetServerTeam: Use Systemcore name/addresses (#8314)

This commit is contained in:
Thad House
2025-12-16 22:28:45 -08:00
committed by GitHub
parent e2d492ac3f
commit d6b54bbae2
3 changed files with 12 additions and 16 deletions

View File

@@ -40,10 +40,8 @@ int main() {
connect->Disconnected();
});
});
connect->SetServers({{{"roborio-294-frc.local", 8080},
{"roborio-294-frc.frc-field.local", 8080},
{"10.2.94.2", 8080},
{"127.0.0.1", 8080}}});
connect->SetServers(
{{{"robot.local", 8080}, {"10.2.94.2", 8080}, {"127.0.0.1", 8080}}});
});
// wait for a keypress to terminate