Index: firmware/App/DDCommon.h =================================================================== diff -u -r445cfa2348b9fa0610e35475d63a1f008e2d6750 -r9a83bc64bc04b3ac29394053a1d0316e15d9a96a --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 445cfa2348b9fa0610e35475d63a1f008e2d6750) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 9a83bc64bc04b3ac29394053a1d0316e15d9a96a) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2026 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file DDCommon.h * * @author (last) Vinayakam Mani -* @date (last) 06-Aug-2024 +* @date (last) 29-May-2026 * * @author (original) Vinayakam Mani -* @date (original) 06-Aug-2024 +* @date (original) 07-Aug-2024 * ***************************************************************************/ @@ -25,7 +25,7 @@ #define DD_VERSION_MAJOR 0 #define DD_VERSION_MINOR 0 #define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 14 +#define DD_VERSION_BUILD 181 // ********** development build switches ********** @@ -39,22 +39,37 @@ //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 -//Uncomment below for spent chamber filling -//#define __SPENT_CHAMBER_FILL__ 1 - //Uncomment below for bicarb chamber filling //#define __BICARB_CHAMBER_FILL__ 1 +//UnComment below for DryBicarb testing +//#define __DRY_BICARB__ 1 + //Uncomment below to disable heaters debug message #define __HEATERS_DEBUG__ 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