Index: firmware/App/DDCommon.h =================================================================== diff -u -rafb0935fe30cc4a7df558cd351fb6ead5637c2f9 -rfc1665de8fe04d31e76e26a66c9e2f1127e858ed --- firmware/App/DDCommon.h (.../DDCommon.h) (revision afb0935fe30cc4a7df558cd351fb6ead5637c2f9) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision fc1665de8fe04d31e76e26a66c9e2f1127e858ed) @@ -7,8 +7,8 @@ * * @file DDCommon.h * -* @author (last) Sameer Kalliadan Poyil -* @date (last) 29-Apr-2026 +* @author (last) Vinayakam Mani +* @date (last) 29-May-2026 * * @author (original) Vinayakam Mani * @date (original) 07-Aug-2024 @@ -22,10 +22,10 @@ // ********** version ********** -#define DD_VERSION_MAJOR 0 -#define DD_VERSION_MINOR 0 -#define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 142 +#define DD_VERSION_MAJOR 0 +#define DD_VERSION_MINOR 0 +#define DD_VERSION_MICRO 0 +#define DD_VERSION_BUILD 159 // ********** development build switches ********** @@ -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 @@ -54,19 +54,22 @@ //Uncomment below to disable heaters debug message #define __HEATERS_DEBUG__ 1 -//Uncomment below to disable revised heater model -#define __REVISED_HEATER_MODEL__ 1 +//Uncomment below if D1 placement is used for Temp control at dialyzer +//#define __USE_D1_TEMP_ 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 +//Uncomment below to disable d30 heater alarm(as all units are not equipped with d30 temp sensor) +#define __D30_TEMPERATURE_DISABLED__ 1 -//Define to enable 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 +//Uncomment below to disable the conductivity sensor alarms +#define __CONDUCTIVITY_SENSOR_ALARMS_DISABLED__ 1 + #include #include #endif