diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-07-05 14:20:32 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-07-05 14:20:32 +0300 |
| commit | f2f69df22abf814ac8060bf948cd72adeec08b4b (patch) | |
| tree | 4bf2635615faf3c128f6d6d70c906cf237f99e67 /Software/Visual_Studio/PPC/Tango.PPC.Common | |
| parent | b79f7dfdb81f7f9ec838f79093858cf7077dd007 (diff) | |
| download | Tango-f2f69df22abf814ac8060bf948cd72adeec08b4b.tar.gz Tango-f2f69df22abf814ac8060bf948cd72adeec08b4b.zip | |
Dispenser Analyzer. Added settings wnd, changes in printing to pdf - set real height of document, removed printing graphs to png files.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common')
| -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 2c605ec36..5586b5341 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs @@ -279,7 +279,7 @@ namespace Tango.PPC.Common HotSpotPassword = "Aa123456"; LockScreenTimeout = TimeSpan.FromMinutes(10); LockScreenPassword = "1111"; - DeploymentSlot = DeploymentSlot.TEST; + DeploymentSlot = DeploymentSlot.DEV; EnableWatchDog = true; EnableEmergencyNotifications = true; EmergencyComPort = "COM2"; |
