Index: firmware/App/TDCommon.h =================================================================== diff -u -r2d40deb50ffb27667c3e57f427b1e197e163910e -r6b96f1a18ab2f93068daddbf24178fbbae7cc570 --- firmware/App/TDCommon.h (.../TDCommon.h) (revision 2d40deb50ffb27667c3e57f427b1e197e163910e) +++ firmware/App/TDCommon.h (.../TDCommon.h) (revision 6b96f1a18ab2f93068daddbf24178fbbae7cc570) @@ -34,7 +34,8 @@ // #define TASK_TIMING_OUTPUT_ENABLED 1 // Re-purposes alarm lamp pins for task timing // #define TEST_AIR_TRAP_ALPHA_TESTING 1 // Alpha unit air trap testing // #define TEST_PINCH_VALVES 1 // Alpha unit pinch valve testing -// #define TEST_DEBUGGER 1 // Alpha test with debugger +// #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_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