Index: firmware/App/DDCommon.h =================================================================== diff -u -rd2e48222c175acf0e90d61a1177c7516e03ba5df -r60db0506b1a90ed00b0e83159f6e7510ab6e4b7b --- firmware/App/DDCommon.h (.../DDCommon.h) (revision d2e48222c175acf0e90d61a1177c7516e03ba5df) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 60db0506b1a90ed00b0e83159f6e7510ab6e4b7b) @@ -7,8 +7,8 @@ * * @file DDCommon.h * -* @author (last) Michael Garthwaite -* @date (last) 02-Feb-2026 +* @author (last) Jashwant Gantyada +* @date (last) 13-Mar-2026 * * @author (original) Vinayakam Mani * @date (original) 07-Aug-2024 @@ -25,7 +25,7 @@ #define DD_VERSION_MAJOR 0 #define DD_VERSION_MINOR 0 #define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 41 +#define DD_VERSION_BUILD 58 // ********** development build switches ********** @@ -48,15 +48,16 @@ //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 //Uncomment below to disable Teensy conductivity driver #define __TEENSY_CONDUCTIVITY_DRIVER__ 1 +//Uncomment below to disable revised heater model +#define __REVISED_HEATER_MODEL__ 1 + + #include #include #endif