Index: firmware/App/TDCommon.h =================================================================== diff -u -rec7c0313c1ec952fb5b58bd268d1fa26e678626f -reaff654b897f641b874e3ba30a22cbda3779e4a7 --- firmware/App/TDCommon.h (.../TDCommon.h) (revision ec7c0313c1ec952fb5b58bd268d1fa26e678626f) +++ firmware/App/TDCommon.h (.../TDCommon.h) (revision eaff654b897f641b874e3ba30a22cbda3779e4a7) @@ -36,10 +36,10 @@ // #define TEST_PINCH_VALVES 1 // Alpha unit pinch valve testing // #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_NO_PINCH_VALVES 1 // Alpha test with no pinch valve functionality // #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 #include