aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2019-12-13 16:49:52 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2019-12-13 16:49:52 +0200
commitf73b77c8619d0fb49af93e4ac5c73dd13d5d1b1a (patch)
tree9757a3ead1159dcdb85878c8b7122bf914ae9a39 /Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
parent52e3e8926bba031841a815956d3577917d9cd30c (diff)
downloadTango-f73b77c8619d0fb49af93e4ac5c73dd13d5d1b1a.tar.gz
Tango-f73b77c8619d0fb49af93e4ac5c73dd13d5d1b1a.zip
Implemented site catalogs !
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
index 0c3800d53..2f470df12 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
@@ -205,6 +205,11 @@ namespace Tango.PPC.Common
public String LastPowerUpSelectedRmlGuid { get; set; }
/// <summary>
+ /// Gets or sets the power up screen timeout.
+ /// </summary>
+ public TimeSpan PowerUpScreenTimeout { get; set; }
+
+ /// <summary>
/// Gets the machine service address.
/// </summary>
/// <returns></returns>
@@ -243,6 +248,7 @@ namespace Tango.PPC.Common
SynchronizeDiagnostics = true;
SynchronizationInterval = TimeSpan.FromMinutes(60);
FirmwareVersion = "1.0.0.0";
+ PowerUpScreenTimeout = TimeSpan.FromSeconds(20);
}
}
}