Index: firmware/App/DDCommon.h =================================================================== diff -u -r37d6f3341f62349589f63975779c0df952c0cfd4 -r7d7129ebe8a98694bea7cf4118f3bedf62f2157b --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 37d6f3341f62349589f63975779c0df952c0cfd4) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 7d7129ebe8a98694bea7cf4118f3bedf62f2157b) @@ -25,6 +25,7 @@ #define DD_VERSION_MAJOR 0 #define DD_VERSION_MINOR 0 #define DD_VERSION_MICRO 0 +#define DD_VERSION_BUILD 125 #define DD_VERSION_BUILD 77 // ********** development build switches ********** @@ -48,6 +49,9 @@ //Uncomment below for bicarb chamber filling //#define __BICARB_CHAMBER_FILL__ 1 +//UnComment below for DryBicarb testing +//#define __DRY_BICARB__ 1 + //Uncomment below to disable heaters debug message #define __HEATERS_DEBUG__ 1 @@ -56,7 +60,6 @@ // comment below to disable bicarb multi level sensor for time based chamber F fill #define CONDUCTIVE_LEVEL_SENSOR_ENABLED 1 - #include #include #endif