Index: firmware/App/DDCommon.h =================================================================== diff -u -rdc638fd02f2b9d74da38b67b6ef188eec51427b1 -r3643a2e648ab2b216fd08579e56bdc02fb94836d --- firmware/App/DDCommon.h (.../DDCommon.h) (revision dc638fd02f2b9d74da38b67b6ef188eec51427b1) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 3643a2e648ab2b216fd08579e56bdc02fb94836d) @@ -25,7 +25,7 @@ #define DD_VERSION_MAJOR 0 #define DD_VERSION_MINOR 0 #define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 31 +#define DD_VERSION_BUILD 44 // ********** development build switches ********** @@ -52,12 +52,14 @@ //#define __BICARB_CHAMBER_FILL__ 1 //Uncomment below for Maxon controller speed change -//#define __MAXON_SPEED_UPDATE__ 1 +#define __MAXON_SPEED_UPDATE__ 1 +//UnComment below for DryBicarb testing +//#define __DRY_BICARB__ 1 + //Uncomment below to disable heaters debug message #define __HEATERS_DEBUG__ 1 - #include #include #endif