Index: firmware/App/DDCommon.h =================================================================== diff -u -rbdf2c733a764466fcc4a0ff4938f5c97456bdb77 -ra2ea8edd918761b403cbe2c00e1bfe2fc69be5ea --- firmware/App/DDCommon.h (.../DDCommon.h) (revision bdf2c733a764466fcc4a0ff4938f5c97456bdb77) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision a2ea8edd918761b403cbe2c00e1bfe2fc69be5ea) @@ -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 144 // ********** development build switches ********** @@ -48,9 +48,15 @@ //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 + //Uncomment below to disable revised heater model #define __REVISED_HEATER_MODEL__ 1