diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-04 12:33:38 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-04 12:33:38 +0300 |
| commit | 583c1a2cf5cb065e3f17c1bfe0f4464b82e0ee4e (patch) | |
| tree | f4250ca17ef9810923644bfdd7f7f07062f8f2f2 /Software/Visual_Studio/Tango.Integration/IntegrationSettings.cs | |
| parent | eeba1f2f7571dc5bfc299444d99cf643677698c5 (diff) | |
| download | Tango-583c1a2cf5cb065e3f17c1bfe0f4464b82e0ee4e.tar.gz Tango-583c1a2cf5cb065e3f17c1bfe0f4464b82e0ee4e.zip | |
Fixed some issues with Machine Studio.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/IntegrationSettings.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/IntegrationSettings.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/IntegrationSettings.cs b/Software/Visual_Studio/Tango.Integration/IntegrationSettings.cs index 778a03d7b..03c112f3c 100644 --- a/Software/Visual_Studio/Tango.Integration/IntegrationSettings.cs +++ b/Software/Visual_Studio/Tango.Integration/IntegrationSettings.cs @@ -37,7 +37,7 @@ namespace Tango.Integration ExternalBridgeServicePort = 1984; ExternalBridgeServiceDiscoveryPort = 8888; EmbeddedDeviceName = "Tango USB Serial Port"; - FilterExternalBridgeUsbMachines = true; + FilterExternalBridgeUsbMachines = false; } } } |
