Index: firmware/App/DDCommon.h =================================================================== diff -u -r2e89a75592087ba15cae7070a92173e9f1efa8fe -r734bf9d37fee349983baba56e3590600b4606241 --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 2e89a75592087ba15cae7070a92173e9f1efa8fe) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 734bf9d37fee349983baba56e3590600b4606241) @@ -25,7 +25,7 @@ #define DD_VERSION_MAJOR 0 #define DD_VERSION_MINOR 0 #define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 6 +#define DD_VERSION_BUILD 9 // ********** 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