mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[sim] Change default WS port number to 3300 (#2932)
This commit is contained in:
@@ -87,7 +87,7 @@ bool HALSimWeb::Initialize() {
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
m_port = 8080;
|
||||
m_port = 3300;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user