Index: firmware/App/HDCommon.h =================================================================== diff -u -r98b53b9f66401ff99aae638168b0377f8b6556f5 -r84e8ce8bc72a272aeafff20dbf9a4e079fd8367f --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 98b53b9f66401ff99aae638168b0377f8b6556f5) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 84e8ce8bc72a272aeafff20dbf9a4e079fd8367f) @@ -88,13 +88,13 @@ // #define IGNORE_BLOOD_LEAK_ALARM 1 // Ignore blood leak alarm // Skip Pre-Treatment and get to treatment as soon as possible -// #define SKIP_UI_INTERACTION 1 // Skip UI interaction. -// #define SKIP_SAMPLE_WATER 1 // Skip pre-treatment sample water -// #define SKIP_CONSUMABLE_TESTS 1 // Skip pre-treatment consumable Self-tests -// #define SKIP_DRY_SELF_TESTS 1 // Skip pre-treatment dry self-tests -// #define RUN_BLOOD_CIRCUIT_PRIME_AGAIN 1 // If this is 1st time priming, run blood circuit prime again -// #define SKIP_PRIMING 1 // Skip Pre-treatment Prime -// #define SKIP_WET_SELF_TESTS 1 // Skip Pre-treatment prime wet self-tests + #define SKIP_UI_INTERACTION 1 // Skip UI interaction. + #define SKIP_SAMPLE_WATER 1 // Skip pre-treatment sample water + #define SKIP_CONSUMABLE_TESTS 1 // Skip pre-treatment consumable Self-tests + #define SKIP_DRY_SELF_TESTS 1 // Skip pre-treatment dry self-tests + #define RUN_BLOOD_CIRCUIT_PRIME_AGAIN 1 // If this is 1st time priming, run blood circuit prime again + #define SKIP_PRIMING 1 // Skip Pre-treatment Prime + #define SKIP_WET_SELF_TESTS 1 // Skip Pre-treatment prime wet self-tests #include #include