Skip to content

Commit

Permalink
update udp port to 8888
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjarv committed Jun 9, 2018
1 parent e1b0362 commit 2e58369
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion JoystickProxyWin/Joystick Proxy/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<value>127.0.0.1</value>
</setting>
<setting name="Port" serializeAs="String">
<value>11038</value>
<value>8888</value>
</setting>
</Joystick_Proxy.Properties.Settings>
</userSettings>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Value Profile="(Default)">127.0.0.1</Value>
</Setting>
<Setting Name="Port" Type="System.Int32" Scope="User">
<Value Profile="(Default)">11038</Value>
<Value Profile="(Default)">8888</Value>
</Setting>
</Settings>
</SettingsFile>
Binary file modified JoystickVisualizer/Assets/JoystickVisualizer.unity
Binary file not shown.
2 changes: 1 addition & 1 deletion JoystickVisualizer/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
m_EditorVersion: 2018.1.0b13
m_EditorVersion: 2018.1.3f1
4 changes: 0 additions & 4 deletions JoystickVisualizer/UnityPackageManager/manifest.json

This file was deleted.

0 comments on commit 2e58369

Please sign in to comment.