aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Stubs Collection
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-10-14 14:50:51 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-10-14 14:50:51 +0300
commit4f6c4ab918bb92b91051633eab83c3b1b5e8b4dc (patch)
tree783c3dafa5e563c85162fb3338e3e80d5854d94e /Software/Stubs Collection
parent7e83c1a8c4d78a6a53825bed9bb2c40e00926bbf (diff)
downloadTango-4f6c4ab918bb92b91051633eab83c3b1b5e8b4dc.tar.gz
Tango-4f6c4ab918bb92b91051633eab83c3b1b5e8b4dc.zip
winder prepare failure fix. cancel cleaning job on power down.
Diffstat (limited to 'Software/Stubs Collection')
-rw-r--r--Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs b/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs
index 0f8794799..d0d78f61e 100644
--- a/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs
+++ b/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs
@@ -136,6 +136,11 @@ Double SetAutoFill = new Double();
SetAutoFill = 3.0;
configurationParameters.GeneralParameters.Add(SetAutoFill);
+double PowerOffDisableCleaning = new Double();
+PowerOffDisableCleaning = 0.0
+configurationParameters.GeneralParameters.Add(PowerOffDisableCleaning);
+
+
File.WriteAllBytes("C:/temp/EmbParam.cfg",configurationParameters.ToBytes());
byte[] fileBytes = File.ReadAllBytes("C:/temp/EmbParam.cfg");