We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3848518 commit 8162640Copy full SHA for 8162640
Assets/Scripts/TrajectoryPlanner/Utilities/PlayerPrefs.cs
@@ -99,7 +99,7 @@ void Awake()
99
_ephysLinkServerIp = LoadStringPref("ephys_link_ip", "localhost");
100
ephysLinkServerIpInput.text = _ephysLinkServerIp;
101
102
- _ephysLinkServerPort = LoadIntPref("ephys_link_port", 8080);
+ _ephysLinkServerPort = LoadIntPref("ephys_link_port", 8081);
103
ephysLinkServerPortInput.text = _ephysLinkServerPort.ToString();
104
105
_axisControl = LoadBoolPref("axis_control", true);
0 commit comments