Index: firmware/App/DDCommon.h =================================================================== diff -u -r2efcc3d334f44145ad683ea2cc4af754fa35dd02 -r96468474a209ba55660ba0f1c7441bb381d24ff8 --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 2efcc3d334f44145ad683ea2cc4af754fa35dd02) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 96468474a209ba55660ba0f1c7441bb381d24ff8) @@ -25,7 +25,7 @@ #define DD_VERSION_MAJOR 0 #define DD_VERSION_MINOR 0 #define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 77 +#define DD_VERSION_BUILD 79 // ********** development build switches ********** @@ -53,6 +53,8 @@ //Uncomment below to disable revised heater model #define __REVISED_HEATER_MODEL__ 1 +// comment below to disable bicarb multi level sensor for time based chamber F fill +#define CONDUCTIVE_LEVEL_SENSOR_ENABLED 1 #include