Index: firmware/App/DDCommon.h =================================================================== diff -u -r5a038d2812c51d60b025dce1c66da40a8e91d22e -r4aed74a20678ebb4fe3a51deb551c3b557e06a1b --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 5a038d2812c51d60b025dce1c66da40a8e91d22e) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 4aed74a20678ebb4fe3a51deb551c3b557e06a1b) @@ -25,7 +25,7 @@ #define DD_VERSION_MAJOR 0 #define DD_VERSION_MINOR 0 #define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 7 +#define DD_VERSION_BUILD 8 // ********** development build switches ********** @@ -43,11 +43,20 @@ //#define __PITEST__ 1 //Uncomment below if diener concentrate pump used -#define __DIENER_CONC_PUMP__ 1 +//#define __DIENER_CONC_PUMP__ 1 +//Uncomment below if beta hardware is used +//#define __BETA_HW_VER__ 1 + //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 once characterization/study completed +//#define ENABLE_ALARM_2 + //Uncomment below to disable heaters debug message #define __HEATERS_DEBUG__ 1