mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[ntcore] SetServerTeam: Use Systemcore name/addresses (#8314)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user