Index: firmware/App/DDCommon.h =================================================================== diff -u -rf306e485b4f1e5416ff30b30be8609a4c9403984 -r696a272b81bab714038cbc3f25f0b8d633cbcf53 --- firmware/App/DDCommon.h (.../DDCommon.h) (revision f306e485b4f1e5416ff30b30be8609a4c9403984) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 696a272b81bab714038cbc3f25f0b8d633cbcf53) @@ -27,8 +27,6 @@ #define DD_VERSION_MICRO 0 #define DD_VERSION_BUILD 13 - - // ********** development build switches ********** #ifndef _RELEASE_ @@ -45,7 +43,7 @@ #define __DIENER_CONC_PUMP__ 1 //Uncomment below if beta hardware is used -#define __BETA_HW_VER__ 1 +//#define __BETA_HW_VER__ 1 //Uncomment below if barometric pressure sensor reading available //#define __BARO_PRES_SENSOR__ 1 @@ -57,7 +55,7 @@ //#define ENABLE_ALARM_2 //Uncomment below if balancing chamber pressure alarm is required -#define __BC_PRESSURE_ALARM__ 1 +//#define __BC_PRESSURE_ALARM__ 1 //Uncomment below to disable heaters debug message #define __HEATERS_DEBUG__ 1