diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-08 12:35:07 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-08 12:35:07 +0200 |
| commit | d1799765af79003be5f30053134a12158ce98d82 (patch) | |
| tree | 55daeb06f2280bbdbfa418f3aec786febab030b9 /Software/Visual_Studio/Tango.Settings | |
| parent | e7a30d51c85b2d9be2f675769506c1faa8667c89 (diff) | |
| download | Tango-d1799765af79003be5f30053134a12158ce98d82.tar.gz Tango-d1799765af79003be5f30053134a12158ce98d82.zip | |
Added Tango USB Drivers.
Modified Machine Connection Icons on Machine Studio.
Diffstat (limited to 'Software/Visual_Studio/Tango.Settings')
| -rw-r--r-- | Software/Visual_Studio/Tango.Settings/Integration.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Settings/Integration.cs b/Software/Visual_Studio/Tango.Settings/Integration.cs index 8ca80176b..376ad9b6c 100644 --- a/Software/Visual_Studio/Tango.Settings/Integration.cs +++ b/Software/Visual_Studio/Tango.Settings/Integration.cs @@ -10,9 +10,12 @@ namespace Tango.Settings { public int ExternalBridgeServicePort { get; set; } + public int ExternalBridgeServiceDiscoveryPort { get; set; } + public Integration() { ExternalBridgeServicePort = 1984; + ExternalBridgeServiceDiscoveryPort = 8888; } } } |
