Index: firmware/App/DDCommon.h =================================================================== diff -u -ra79080629608d58eef1193f56db1ccb4e5bfb906 -rbc22e4fbb56800101e22ac1752c2f1b67541ba02 --- firmware/App/DDCommon.h (.../DDCommon.h) (revision a79080629608d58eef1193f56db1ccb4e5bfb906) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision bc22e4fbb56800101e22ac1752c2f1b67541ba02) @@ -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 @@ -63,14 +63,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