Index: firmware/App/TDCommon.h =================================================================== diff -u -rbd2001b1086ba536d7de62967bb3c8a3fc399268 -r39647f416d96fb0daaaa34333017c69dc0e151ea --- firmware/App/TDCommon.h (.../TDCommon.h) (revision bd2001b1086ba536d7de62967bb3c8a3fc399268) +++ firmware/App/TDCommon.h (.../TDCommon.h) (revision 39647f416d96fb0daaaa34333017c69dc0e151ea) @@ -25,7 +25,7 @@ #define TD_VERSION_MAJOR 0 #define TD_VERSION_MINOR 0 #define TD_VERSION_MICRO 0 -#define TD_VERSION_BUILD 31 +#define TD_VERSION_BUILD 24 // ********** 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