Index: firmware/App/TDCommon.h =================================================================== diff -u -rf5c785a842fe258dda9d7848ffc2ace027c6585b -r51ef627266bf3c95d2294ce19161d0ac3d1a0cf4 --- firmware/App/TDCommon.h (.../TDCommon.h) (revision f5c785a842fe258dda9d7848ffc2ace027c6585b) +++ firmware/App/TDCommon.h (.../TDCommon.h) (revision 51ef627266bf3c95d2294ce19161d0ac3d1a0cf4) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2026 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file TDCommon.h * -* @author (last) Sean -* @date (last) 31-Jul-2024 +* @author (last) Varshini Nagabooshanam +* @date (last) 04-Feb-2026 * -* @author (original) Sean -* @date (original) 31-Jul-2024 +* @author (original) Sean Nash +* @date (original) 01-Aug-2024 * ***************************************************************************/ @@ -22,10 +22,10 @@ // ********** version ********** -#define TD_VERSION_MAJOR 0 -#define TD_VERSION_MINOR 0 -#define TD_VERSION_MICRO 0 -#define TD_VERSION_BUILD 19 +#define TD_VERSION_MAJOR 0 +#define TD_VERSION_MINOR 0 +#define TD_VERSION_MICRO 0 +#define TD_VERSION_BUILD 26 // ********** development build switches ********** @@ -38,7 +38,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