Index: firmware/App/DDCommon.h =================================================================== diff -u -re12eefac42a3806a34f3ddac6df30bbb5ca51f6f -r1644c24b0b51661ceaba579e5ebee0d1d5bad85f --- firmware/App/DDCommon.h (.../DDCommon.h) (revision e12eefac42a3806a34f3ddac6df30bbb5ca51f6f) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 1644c24b0b51661ceaba579e5ebee0d1d5bad85f) @@ -25,7 +25,7 @@ #define DD_VERSION_MAJOR 0 #define DD_VERSION_MINOR 0 #define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 1 +#define DD_VERSION_BUILD 3 //Uncomment the below line for new dosing pump testing //#define __PUMPTEST__ 1 @@ -51,6 +51,12 @@ //Uncomment below for dialysate pump PI testing //#define __PITEST__ 1 +//Uncomment below if diener concentrate pump used +#define __DIENER_CONC_PUMP__ 1 + +//Uncomment below if barometric pressure sensor reading available +//#define __BARO_PRES_SENSOR__ 1 + //Uncomment below to disable heaters debug message #define __HEATERS_DEBUG__ 1