Index: firmware/App/DDCommon.h =================================================================== diff -u -rc90f3d61bde2a2b47d1048635be4dadf282e2195 -r87ee9712a928c58e3fe8b456bce567df0c6a2038 --- firmware/App/DDCommon.h (.../DDCommon.h) (revision c90f3d61bde2a2b47d1048635be4dadf282e2195) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 87ee9712a928c58e3fe8b456bce567df0c6a2038) @@ -25,7 +25,7 @@ #define DD_VERSION_MAJOR 0 #define DD_VERSION_MINOR 0 #define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 81 +#define DD_VERSION_BUILD 143 // ********** development build switches ********** @@ -39,24 +39,34 @@ //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 if TD is integrated with DD +#define ENABLE_ALARM_1 //Uncomment below once characterization/study completed //#define ENABLE_ALARM_2 //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 +//#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 +//Define to enable the DD too-many-bad-message-CRCs alarm. +//#define __BAD_MSG_CRC_ALARM_ENABLED__ 1 + + #include #include #endif