Index: firmware/App/DDCommon.h =================================================================== diff -u -r5c1ef41e65eebd8d740f71394cdbcc7e0f79a499 -r1712a1f96ab55ada0770029ddf31c355f148fe1c --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 5c1ef41e65eebd8d740f71394cdbcc7e0f79a499) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 1712a1f96ab55ada0770029ddf31c355f148fe1c) @@ -58,13 +58,13 @@ #define CONDUCTIVE_LEVEL_SENSOR_ENABLED 1 //Uncomment below to disable d30 heater alarm(as all units are not equipped with d30 temp sensor) -//#define __D30_TEMPERATURE_DISABLED__ +#define __D30_TEMPERATURE_DISABLED__ //Uncomment below to disable the DD too-many-bad-message-CRCs alarm. -//#define __BAD_MSG_CRC_ALARM_DISABLED__ 1 +#define __BAD_MSG_CRC_ALARM_DISABLED__ 1 //Uncomment below to disable the conductivity sensor alarms -//#define __CONDUCTIVITY_SENSOR_ALARMS_DISABLED__ +#define __CONDUCTIVITY_SENSOR_ALARMS_DISABLED__ #include