Index: firmware/App/HDCommon.h =================================================================== diff -u -r60bf0d0c4879816349c4c41c2fd609f5832834e2 -rfc02c68253429d2b1efa8deea94ea0ae14fe0718 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 60bf0d0c4879816349c4c41c2fd609f5832834e2) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision fc02c68253429d2b1efa8deea94ea0ae14fe0718) @@ -59,7 +59,7 @@ #define DISABLE_PRESSURE_CHECKS 1 // Do not error on HD pressure checks #define DISABLE_ARTERIAL_PRESSURE_CHECK 1 // Do not error on arterial pressure out of range #define DISABLE_VENOUS_PRESSURE_CHECK 1 // Do not error on venous pressure out of range - #define USE_PBO_AS_PBA 1 // PBo readings used for PBA, PBo replaced with fixed pressure (100 mmHg) +// #define USE_PBO_AS_PBA 1 // PBo readings used for PBA, PBo replaced with fixed pressure (100 mmHg) // #define DISABLE_UF_ALARMS 1 // Do not error on HD ultrafiltration checks #define DISABLE_DIALYSATE_TEMP_CHECK 1 // Disable dialysate temperature check @@ -85,9 +85,9 @@ #define DISABLE_WD_AND_SFTY_POST_TESTS 1 // Disable watchdog and safety shutdown POST tests #define DISABLE_ILLEGAL_AIR_TRAP_ALARM 1 // Disable illegal state for air trap alarm #define SKIP_RESERVOIR_ALARMS 1 // Skip reservoir management alarms -// #define IGNORE_BLOOD_LEAK_SELF_TEST 1 // Ignore blood leak self test -// #define IGNORE_BLOOD_LEAK_ALARM 1 // Ignore blood leak alarm - #define IGNORE_SERVICE_RECORD_CRC 1 + #define IGNORE_BLOOD_LEAK_SELF_TEST 1 // Ignore blood leak self test + #define IGNORE_BLOOD_LEAK_ALARM 1 // Ignore blood leak alarm + #define DISABLE_SERVICE_RECORD 1 // Skip Pre-Treatment and get to treatment as soon as possible #define SKIP_UI_INTERACTION 1 // Skip UI interaction.