Index: firmware/App/DDCommon.h =================================================================== diff -u -rc6c72086128954ac103052f05727a20d5e8e604e -r275efca86d9480efe0d3e445542e8b4cbee97e69 --- firmware/App/DDCommon.h (.../DDCommon.h) (revision c6c72086128954ac103052f05727a20d5e8e604e) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 275efca86d9480efe0d3e445542e8b4cbee97e69) @@ -7,8 +7,8 @@ * * @file DDCommon.h * -* @author (last) Sameer Kalliadan Poyil -* @date (last) 29-Apr-2026 +* @author (last) Jashwant Gantyada +* @date (last) 22-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 81 +#define DD_VERSION_MAJOR 0 +#define DD_VERSION_MINOR 0 +#define DD_VERSION_MICRO 0 +#define DD_VERSION_BUILD 87 // ********** development build switches ********** @@ -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 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 @@ -51,12 +51,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 disable d30 heater alarm(as all units are not equipped with d30 temp sensor) +#define __D30_TEMPERATURE_DISABLED__ 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