Index: firmware/App/DDCommon.h =================================================================== diff -u -r0253afcc2b02def4d57a4a21a20a9b3a6fe65f22 -rbc22e4fbb56800101e22ac1752c2f1b67541ba02 --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 0253afcc2b02def4d57a4a21a20a9b3a6fe65f22) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision bc22e4fbb56800101e22ac1752c2f1b67541ba02) @@ -25,7 +25,7 @@ #define DD_VERSION_MAJOR 0 #define DD_VERSION_MINOR 0 #define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 85 +#define DD_VERSION_BUILD 147 // ********** 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