From c6ca09b04ceb4024311b86aab409ca658fbee37e Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 22 Dec 2019 14:51:17 +0200 Subject: Improved CanPrint and IsPrinting detection on PPC. Added support for PowerUp and StandBy states. Made sync jobs false by default. --- Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs') 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(); SupportedJobTypes = new List(); PreviousApplicationVersion = "1.0.0.0"; - SynchronizeJobs = true; + SynchronizeJobs = false; SynchronizeDiagnostics = true; SynchronizationInterval = TimeSpan.FromMinutes(60); FirmwareVersion = "1.0.0.0"; -- cgit v1.3.1