diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-12-22 14:51:17 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-12-22 14:51:17 +0200 |
| commit | c6ca09b04ceb4024311b86aab409ca658fbee37e (patch) | |
| tree | 28fbf57ba2f7ed1e480350288d6e3b1edfa18307 /Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs | |
| parent | 1ee3c5e5cdacd6797fbcb87a7784b40fe5d6be7f (diff) | |
| download | Tango-c6ca09b04ceb4024311b86aab409ca658fbee37e.tar.gz Tango-c6ca09b04ceb4024311b86aab409ca658fbee37e.zip | |
Improved CanPrint and IsPrinting detection on PPC.
Added support for PowerUp and StandBy states.
Made sync jobs false by default.
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 96fe39a9b..3f11aaa13 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs @@ -264,7 +264,7 @@ namespace Tango.PPC.Common SupportedColorSpaces = new List<ColorSpaces>(); SupportedJobTypes = new List<JobTypes>(); PreviousApplicationVersion = "1.0.0.0"; - SynchronizeJobs = true; + SynchronizeJobs = false; SynchronizeDiagnostics = true; SynchronizationInterval = TimeSpan.FromMinutes(60); FirmwareVersion = "1.0.0.0"; |
