[romi,xrp] Print IP and port of XRP/Romi (#8560)

Closes #6352
This commit is contained in:
Charlotte Wilson
2026-05-07 13:10:01 -04:00
committed by GitHub
parent 8c5c535e1b
commit 5964443038
2 changed files with 6 additions and 0 deletions

View File

@@ -79,6 +79,9 @@ bool HALSimWS::Initialize() {
m_useMsgFiltering = false;
}
wpi::util::println("Your WebSockets IP Address: {}", m_host);
wpi::util::println("Your WebSockets Port: {}", m_port);
return true;
}

View File

@@ -66,6 +66,9 @@ bool HALSimXRP::Initialize() {
m_xrp.SetWPILibUpdateFunc(func);
wpi::util::println("Your XRP's IP Address: {}", m_host);
wpi::util::println("Your XRP's Port: {}", m_port);
return true;
}