Index: firmware/App/TDCommon.h =================================================================== diff -u -rd52aef1bf0d48bb7108368c0ab60a75aeb535d91 -r5e379fb222e140f8b99603aacfb3e379c1b68039 --- firmware/App/TDCommon.h (.../TDCommon.h) (revision d52aef1bf0d48bb7108368c0ab60a75aeb535d91) +++ firmware/App/TDCommon.h (.../TDCommon.h) (revision 5e379fb222e140f8b99603aacfb3e379c1b68039) @@ -27,6 +27,7 @@ #define TD_VERSION_MICRO 0 #define TD_VERSION_BUILD 65 + // ********** development build switches ********** #ifndef _RELEASE_ @@ -39,7 +40,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