Index: firmware/App/HDCommon.h =================================================================== diff -u -r4a0664145939f40d7971beb82a51513867b4c55b -r28719a0d9595d06fbb10d91bc1355a09eb181f3c --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 4a0664145939f40d7971beb82a51513867b4c55b) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 28719a0d9595d06fbb10d91bc1355a09eb181f3c) @@ -91,12 +91,12 @@ #define DISABLE_SERVICE_RECORD 1 // Skip Pre-Treatment and get to treatment as soon as possible -// #define SKIP_UI_INTERACTION 1 // Skip UI interaction. // TODO New config implemented -// #define SKIP_SAMPLE_WATER 1 // Skip pre-treatment sample water // TODO New config implemented -// #define SKIP_CONSUMABLE_TESTS 1 // Skip pre-treatment consumable Self-tests // TODO New config implemented -// #define SKIP_DRY_SELF_TESTS 1 // Skip pre-treatment dry self-tests -// #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. // TODO New config implemented + #define SKIP_SAMPLE_WATER 1 // Skip pre-treatment sample water // TODO New config implemented + #define SKIP_CONSUMABLE_TESTS 1 // Skip pre-treatment consumable Self-tests // TODO New config implemented + #define SKIP_DRY_SELF_TESTS 1 // Skip pre-treatment dry self-tests + #define SKIP_PRIMING 1 // Skip Pre-treatment Prime + #define SKIP_WET_SELF_TESTS 1 // Skip Pre-treatment prime wet self-tests #include #include