diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-26 14:43:44 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-26 14:43:44 +0200 |
| commit | 190f89fb350e17eece2fccf5662c04522825d1b3 (patch) | |
| tree | 4b0c9b577450bfcc61c2584b6975770d137a2cd0 /Software/Embedded_SW | |
| parent | 09c26af4267c5adf8ea64511dcebe6cf95d3c023 (diff) | |
| parent | 1192bde1a3181f83a20e263a7276da75efc99a98 (diff) | |
| download | Tango-190f89fb350e17eece2fccf5662c04522825d1b3.tar.gz Tango-190f89fb350e17eece2fccf5662c04522825d1b3.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Waste/Waste_maint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Waste/Waste_maint.c b/Software/Embedded_SW/Embedded/Modules/Waste/Waste_maint.c index 76f227bc3..1de7f1319 100644 --- a/Software/Embedded_SW/Embedded/Modules/Waste/Waste_maint.c +++ b/Software/Embedded_SW/Embedded/Modules/Waste/Waste_maint.c @@ -49,7 +49,7 @@ bool setWasteValve (WasteCartridgeEnum WasteCartridge); #define WASTE_LEVEL_OVERFLOW 2700 #define WASTE_LEVEL_FULL 2300 #define WASTE_LEVEL_EMPTY 900 -#define WASTE_EMPTING_TIMEOUT 1200 +#define WASTE_EMPTING_TIMEOUT 1500 double wasteLevelOverflow = WASTE_LEVEL_OVERFLOW; double wasteLevelFull = WASTE_LEVEL_FULL; double wasteLevelEmpty = WASTE_LEVEL_EMPTY; |
