Index: firmware/App/DDCommon.h =================================================================== diff -u -r60db0506b1a90ed00b0e83159f6e7510ab6e4b7b -r4cdcb589ad34efa472c94180e6de938132cbc89b --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 60db0506b1a90ed00b0e83159f6e7510ab6e4b7b) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 4cdcb589ad34efa472c94180e6de938132cbc89b) @@ -7,8 +7,8 @@ * * @file DDCommon.h * -* @author (last) Jashwant Gantyada -* @date (last) 13-Mar-2026 +* @author (last) Michael Garthwaite +* @date (last) 14-Apr-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 58 +#define DD_VERSION_BUILD 70 // ********** development build switches ********** @@ -51,9 +51,6 @@ //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