aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2020-07-05 14:20:32 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2020-07-05 14:20:32 +0300
commitf2f69df22abf814ac8060bf948cd72adeec08b4b (patch)
tree4bf2635615faf3c128f6d6d70c906cf237f99e67 /Software/Visual_Studio/PPC/Tango.PPC.Common
parentb79f7dfdb81f7f9ec838f79093858cf7077dd007 (diff)
downloadTango-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.cs2
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";