aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Settings
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-01-08 12:35:07 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-01-08 12:35:07 +0200
commitd1799765af79003be5f30053134a12158ce98d82 (patch)
tree55daeb06f2280bbdbfa418f3aec786febab030b9 /Software/Visual_Studio/Tango.Settings
parente7a30d51c85b2d9be2f675769506c1faa8667c89 (diff)
downloadTango-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.cs3
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;
}
}
}