Index: firmware/App/DDCommon.h =================================================================== diff -u -r0364071db4c8926d495957b04f1693a1f3b4186a -r5a038d2812c51d60b025dce1c66da40a8e91d22e --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 0364071db4c8926d495957b04f1693a1f3b4186a) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 5a038d2812c51d60b025dce1c66da40a8e91d22e) @@ -25,17 +25,14 @@ #define DD_VERSION_MAJOR 0 #define DD_VERSION_MINOR 0 #define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 6 +#define DD_VERSION_BUILD 7 // ********** development build switches ********** #ifndef _RELEASE_ #ifndef _VECTORCAST_ // #define TASK_TIMING_OUTPUT_ENABLED 1 // Re-purposes alarm lamp pins for task timing -//flag to check PT100 use in calculations -//#define USE_PT_100 1 - //Uncomment the below line for new dosing pump testing //#define __PUMPTEST__ 1 @@ -46,7 +43,7 @@ //#define __PITEST__ 1 //Uncomment below if diener concentrate pump used -//#define __DIENER_CONC_PUMP__ 1 +#define __DIENER_CONC_PUMP__ 1 //Uncomment below if barometric pressure sensor reading available //#define __BARO_PRES_SENSOR__ 1