Index: firmware/App/TDCommon.h =================================================================== diff -u -r3f0d1433b3481160bf554aaf7371708380211a36 -rf4a79a62bdf5eb98c786daf14c32641d13ee9268 --- firmware/App/TDCommon.h (.../TDCommon.h) (revision 3f0d1433b3481160bf554aaf7371708380211a36) +++ firmware/App/TDCommon.h (.../TDCommon.h) (revision f4a79a62bdf5eb98c786daf14c32641d13ee9268) @@ -8,7 +8,7 @@ * @file TDCommon.h * * @author (last) Varshini Nagabooshanam -* @date (last) 02-Jul-2026 +* @date (last) 14-Aug-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -25,7 +25,7 @@ #define TD_VERSION_MAJOR 0 #define TD_VERSION_MINOR 0 #define TD_VERSION_MICRO 0 -#define TD_VERSION_BUILD 71 +#define TD_VERSION_BUILD 72 // ********** development build switches ********** @@ -39,7 +39,7 @@ // #define TEST_UI_ONLY 1 // Alpha test with TD and UI only - no DD #define TEST_DISABLE_UI_ALARMS 1 // Disable UI alarms // #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