Index: firmware/App/TDCommon.h =================================================================== diff -u -r76b9dc2ab9df8a49cad7c63b5b6be98cfebb4b94 -ra233a2dd2dac51393cb29e31cf16b346d7dd6836 --- firmware/App/TDCommon.h (.../TDCommon.h) (revision 76b9dc2ab9df8a49cad7c63b5b6be98cfebb4b94) +++ firmware/App/TDCommon.h (.../TDCommon.h) (revision a233a2dd2dac51393cb29e31cf16b346d7dd6836) @@ -25,7 +25,7 @@ #define TD_VERSION_MAJOR 0 #define TD_VERSION_MINOR 0 #define TD_VERSION_MICRO 0 -#define TD_VERSION_BUILD 7 +#define TD_VERSION_BUILD 6 // ********** development build switches ********** @@ -34,6 +34,13 @@ // #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 // 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 +// #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 #include