Skip to content

Commit 8162640

Browse files
committed
Change ephys link default port to 8081
1 parent 3848518 commit 8162640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/TrajectoryPlanner/Utilities/PlayerPrefs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void Awake()
9999
_ephysLinkServerIp = LoadStringPref("ephys_link_ip", "localhost");
100100
ephysLinkServerIpInput.text = _ephysLinkServerIp;
101101

102-
_ephysLinkServerPort = LoadIntPref("ephys_link_port", 8080);
102+
_ephysLinkServerPort = LoadIntPref("ephys_link_port", 8081);
103103
ephysLinkServerPortInput.text = _ephysLinkServerPort.ToString();
104104

105105
_axisControl = LoadBoolPref("axis_control", true);

0 commit comments

Comments
 (0)