diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-13 16:49:52 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-13 16:49:52 +0200 |
| commit | f73b77c8619d0fb49af93e4ac5c73dd13d5d1b1a (patch) | |
| tree | 9757a3ead1159dcdb85878c8b7122bf914ae9a39 /Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs | |
| parent | 52e3e8926bba031841a815956d3577917d9cd30c (diff) | |
| download | Tango-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.cs | 6 |
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); } } } |
