diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-16 11:55:03 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-16 11:55:03 +0300 |
| commit | 8b7a4f49dddb3ff8d57f33c43413c9dc96de7c0e (patch) | |
| tree | 5bc6ec1061fe535985d2528778fb1aaf0067a351 /Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs | |
| parent | bc8f67547d767a22a5da85bef322a8c15503197c (diff) | |
| download | Tango-8b7a4f49dddb3ff8d57f33c43413c9dc96de7c0e.tar.gz Tango-8b7a4f49dddb3ff8d57f33c43413c9dc96de7c0e.zip | |
Added SUSPEND_VERSION_UPDATE
Added PERFORM_SCHEMA_UPDATE
Added DEVICE_COM_PORT
fields to DB, MS, PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs index a14d5ede7..ed3f7f796 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs @@ -136,7 +136,7 @@ namespace Tango.PPC.Common GradientGenerationResolution = 20; MachineScanningTimeoutSeconds = 20; LoggingCategories = new List<LogCategory>(); - EmbeddedComPort = null; + EmbeddedComPort = "COM10"; EmbeddedDeviceHint = "Tango USB Serial Port"; ExternalBridgePassword = "Aa123456"; HotSpotPassword = "Aa123456"; |
