aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Waste
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-10-29 15:59:47 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-10-29 15:59:47 +0200
commit227e1f5959eaae9c3bacfed34aa91c5dd6d5a46a (patch)
treeb673f0d6e1ff8c836ddba1733534a3798160c0cc /Software/Embedded_SW/Embedded/Modules/Waste
parent4b789f33eadfc5cc1d937a80ce03ea8425955ffe (diff)
downloadTango-227e1f5959eaae9c3bacfed34aa91c5dd6d5a46a.tar.gz
Tango-227e1f5959eaae9c3bacfed34aa91c5dd6d5a46a.zip
disconnection on file analysis solved
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Waste')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Waste/Waste_maint.c2
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 4343c1607..83755376f 100644
--- a/Software/Embedded_SW/Embedded/Modules/Waste/Waste_maint.c
+++ b/Software/Embedded_SW/Embedded/Modules/Waste/Waste_maint.c
@@ -625,7 +625,7 @@ bool WHS_IsVocPpmOverAlarmLimit()
if( ( Latest_Gas_Sens_PPM > VocPpmAlarmLimit ) || //PPM
( (Latest_Gas_Sens_PPM > VocPpmAlarmLimit90Percent) && (ReadingVocEverySec == true) ) ) //Hysteresis
{
- Report("VOC nearing alarm state", __FILE__, (int)(Latest_Gas_Sens_PPM*100), VocPpmAlarmLimit, RpMessage, counter, 0);
+ //Report("VOC nearing alarm state", __FILE__, (int)(Latest_Gas_Sens_PPM*100), VocPpmAlarmLimit, RpMessage, counter, 0);
//reading every sec
ReadingVocEverySec = true;
if(counter < 0xFF)