Index: firmware/App/DDCommon.h =================================================================== diff -u -r9ab7b54451573c9db555fcefe47ee868a4c73458 -rb83b525617ddffecc06b81c97e2534cdd3446c47 --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 9ab7b54451573c9db555fcefe47ee868a4c73458) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision b83b525617ddffecc06b81c97e2534cdd3446c47) @@ -25,7 +25,7 @@ #define DD_VERSION_MAJOR 0 #define DD_VERSION_MINOR 0 #define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 24 +#define DD_VERSION_BUILD 34 // ********** development build switches ********** @@ -45,19 +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 for Maxon controller speed change -//#define __MAXON_SPEED_UPDATE__ 1 - -//Uncomment below to disable heaters debug message -#define __HEATERS_DEBUG__ 1 - - #include #include #endif