mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[sim] Change default WS port number to 3300 (#2932)
This commit is contained in:
@@ -57,7 +57,7 @@ bool HALSimWS::Initialize() {
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
m_port = 8080;
|
||||
m_port = 3300;
|
||||
}
|
||||
|
||||
const char* uri = std::getenv("HALSIMWS_URI");
|
||||
|
||||
Reference in New Issue
Block a user