Index: firmware/App/DDCommon.h =================================================================== diff -u -r1970ff5a4a98ff8a9e26e6324d8b895c7e962aff -r94789b2f2324d5901685b6ff7b6224d4af3a0276 --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 1970ff5a4a98ff8a9e26e6324d8b895c7e962aff) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 94789b2f2324d5901685b6ff7b6224d4af3a0276) @@ -7,7 +7,7 @@ * * @file DDCommon.h * -* @author (last) Michael Garthwaite +* @author (last) Vinayakam Mani * @date (last) 14-Apr-2026 * * @author (original) Vinayakam Mani @@ -51,6 +51,10 @@ //Uncomment below to disable heaters debug message #define __HEATERS_DEBUG__ 1 +//Uncomment below to disable revised heater model +#define __REVISED_HEATER_MODEL__ 1 + + #include #include #endif