Index: firmware/App/TDCommon.h =================================================================== diff -u -r96be4e95b48e3a57373c5266031215e0874df4be -rb5bdf7651e9adbcd91a28fe13ccb70c02b339c90 --- firmware/App/TDCommon.h (.../TDCommon.h) (revision 96be4e95b48e3a57373c5266031215e0874df4be) +++ firmware/App/TDCommon.h (.../TDCommon.h) (revision b5bdf7651e9adbcd91a28fe13ccb70c02b339c90) @@ -27,7 +27,6 @@ #define TD_VERSION_MICRO 0 #define TD_VERSION_BUILD 133 - // ********** development build switches ********** #ifndef _RELEASE_ @@ -38,9 +37,10 @@ // #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_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