Index: firmware/App/HDCommon.h =================================================================== diff -u -r33d1043bd5d522ace7e3a667bf1bfa49f488c91b -r3a23286d744fd10e49104ad3eee2e1e33c95d3c4 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 33d1043bd5d522ace7e3a667bf1bfa49f488c91b) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 3a23286d744fd10e49104ad3eee2e1e33c95d3c4) @@ -25,7 +25,7 @@ #define HD_VERSION_MAJOR 0 #define HD_VERSION_MINOR 6 #define HD_VERSION_MICRO 0 -#define HD_VERSION_BUILD 214 +#define HD_VERSION_BUILD 213 // ********** development build switches ********** @@ -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