Index: firmware/App/TDCommon.h =================================================================== diff -u -rd75a0d1309460169f5d83340ed999307e6411bd8 -rdaa138f551feb146c42622c65a74e709507d69be --- firmware/App/TDCommon.h (.../TDCommon.h) (revision d75a0d1309460169f5d83340ed999307e6411bd8) +++ firmware/App/TDCommon.h (.../TDCommon.h) (revision daa138f551feb146c42622c65a74e709507d69be) @@ -7,8 +7,8 @@ * * @file TDCommon.h * -* @author (last) Varshini Nagabooshanam -* @date (last) 04-Feb-2026 +* @author (last) Dara Navaei +* @date (last) 06-Mar-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 28 +#define TD_VERSION_BUILD 39 // ********** development build switches ********** @@ -37,6 +37,7 @@ // #define TEST_DEBUGGER 1 // Testing with debugger - prevents FPGA comm alarms caused by breakpoints // #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_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_STOP_CONSUME_CHECK 1 // Alpha test with no check for stop button timeout