Index: firmware/App/DDCommon.h =================================================================== diff -u -r20aba5b5bb7c758e8f565458e7a74faa8ba12ddd -rc4e1d97e73dd863ddffe895833d209e172b5ae4a --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 20aba5b5bb7c758e8f565458e7a74faa8ba12ddd) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision c4e1d97e73dd863ddffe895833d209e172b5ae4a) @@ -39,8 +39,8 @@ //Uncomment below if barometric pressure sensor reading available //#define __BARO_PRES_SENSOR__ 1 -//Uncomment below if TD is integrated with DD -#define ENABLE_ALARM_1 +//Uncomment below to disable the communication to dialin for blood leak embedded mode +//#define __BLOOD_LEAK_EMB_MODE_RESPONSE_DISABLED__ 1 //Uncomment below once characterization/study completed //#define ENABLE_ALARM_2 @@ -57,14 +57,14 @@ // 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 +//Uncomment below to disable d30 heater alarm(as all units are not equipped with d30 temp sensor) +//#define __D30_TEMPERATURE_DISABLED__ -//Comment below to disable the DD too-many-bad-message-CRCs alarm. -#define __BAD_MSG_CRC_ALARM_ENABLED__ 1 +//Uncomment below to disable the DD too-many-bad-message-CRCs alarm. +//#define __BAD_MSG_CRC_ALARM_DISABLED__ 1 -//Comment below to disable the conductivity sensor alarms -#define ENABLE_ALARM_4 +//Uncomment below to disable the conductivity sensor alarms +//#define __CONDUCTIVITY_SENSOR_ALARMS_DISABLED__ #include