Index: firmware/App/DDCommon.h =================================================================== diff -u -r445cfa2348b9fa0610e35475d63a1f008e2d6750 -ra9432a08fba2911e7cf8bc62b0238aa0fd261445 --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 445cfa2348b9fa0610e35475d63a1f008e2d6750) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision a9432a08fba2911e7cf8bc62b0238aa0fd261445) @@ -25,7 +25,7 @@ #define DD_VERSION_MAJOR 0 #define DD_VERSION_MINOR 0 #define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 14 +#define DD_VERSION_BUILD 27 // ********** development build switches ********** @@ -45,16 +45,15 @@ //Uncomment below once characterization/study completed //#define ENABLE_ALARM_2 +//Uncomment below to disable heaters debug message +#define __HEATERS_DEBUG__ 1 + //Uncomment below for spent chamber filling //#define __SPENT_CHAMBER_FILL__ 1 //Uncomment below for bicarb chamber filling //#define __BICARB_CHAMBER_FILL__ 1 -//Uncomment below to disable heaters debug message -#define __HEATERS_DEBUG__ 1 - - #include #include #endif