Index: firmware/App/DDCommon.h =================================================================== diff -u -r4269f94fdfbd470d1a172784b4e2ccbb19ac92f2 -r76f850f7873b774bc3b330d48aab4e8cf8c20755 --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 4269f94fdfbd470d1a172784b4e2ccbb19ac92f2) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 76f850f7873b774bc3b330d48aab4e8cf8c20755) @@ -7,8 +7,8 @@ * * @file DDCommon.h * -* @author (last) Vinayakam Mani -* @date (last) 14-Nov-2025 +* @author (last) Sameer Kalliadan Poyil +* @date (last) 10-Feb-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 27 +#define DD_VERSION_BUILD 57 // ********** development build switches ********** @@ -45,18 +45,14 @@ //Uncomment below once characterization/study completed //#define ENABLE_ALARM_2 -//Uncomment below for spent chamber filling -//#define __SPENT_CHAMBER_FILL__ 1 - //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 #include #include