Index: firmware/App/TDCommon.h =================================================================== diff -u -r3755580ca38aa18e56455287504fc74cccc4730b -r234249ae228096a2351d478f784e754298da6628 --- firmware/App/TDCommon.h (.../TDCommon.h) (revision 3755580ca38aa18e56455287504fc74cccc4730b) +++ firmware/App/TDCommon.h (.../TDCommon.h) (revision 234249ae228096a2351d478f784e754298da6628) @@ -7,8 +7,8 @@ * * @file TDCommon.h * -* @author (last) Dara Navaei -* @date (last) 19-Dec-2025 +* @author (last) Varshini Nagabooshanam +* @date (last) 04-Feb-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -25,6 +25,7 @@ #define TD_VERSION_MAJOR 0 #define TD_VERSION_MINOR 0 #define TD_VERSION_MICRO 0 + #define TD_VERSION_BUILD 34 // ********** development build switches ********** @@ -38,7 +39,7 @@ // #define TEST_PROCESS_TASKS_WO_UI 1 // Allow task processing even when UI not connected #define TEST_UI_ONLY 1 // Alpha test with TD and UI only - no DD // #define TEST_USE_OFF_AS_STOP_BUTTON 1 // Alpha test re-purposing off button as a stop button - #define TEST_NO_PRESSURE_CHECKS 1 // Alpha test with no pressure sensor checks + #define TEST_NO_PRESSURE_CHECKS 1 // Alpha test with no pressure sensor checks // #define TEST_NO_STOP_CONSUME_CHECK 1 // Alpha test with no check for stop button timeout // #define ASN_DEMO 1