Index: firmware/App/DDCommon.h =================================================================== diff -u -r3e54269f2012af4c37f9a34452e55073897ae68d -r20aba5b5bb7c758e8f565458e7a74faa8ba12ddd --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 3e54269f2012af4c37f9a34452e55073897ae68d) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 20aba5b5bb7c758e8f565458e7a74faa8ba12ddd) @@ -39,8 +39,8 @@ //Uncomment below if barometric pressure sensor reading available //#define __BARO_PRES_SENSOR__ 1 -//Uncomment below if required hardware available ( baro and cond sensor) for testing -//#define ENABLE_ALARM_1 +//Uncomment below if TD is integrated with DD +#define ENABLE_ALARM_1 //Uncomment below once characterization/study completed //#define ENABLE_ALARM_2 @@ -53,10 +53,20 @@ //Uncomment below to disable revised heater model #define __REVISED_HEATER_MODEL__ 1 + // comment below to disable bicarb multi level sensor for time based chamber F fill #define CONDUCTIVE_LEVEL_SENSOR_ENABLED 1 +//Uncomment below to enable d30 heater alarm(as all units are not equipped with d30 temp sensor) +//#define ENABLE_ALARM_3 +//Comment below to disable the DD too-many-bad-message-CRCs alarm. +#define __BAD_MSG_CRC_ALARM_ENABLED__ 1 + +//Comment below to disable the conductivity sensor alarms +#define ENABLE_ALARM_4 + + #include #include #endif