Index: firmware/App/HDCommon.h =================================================================== diff -u -r2acaf549519854f7e6de1511d541582267f4d1e8 -rf013ac5e5de456c4fa4367884cda6515f2a51642 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 2acaf549519854f7e6de1511d541582267f4d1e8) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision f013ac5e5de456c4fa4367884cda6515f2a51642) @@ -58,8 +58,8 @@ #define DISABLE_SYRINGE_PUMP 1 // Disable syringe pump functionality #define ALWAYS_ALLOW_SYRINGE_PUMP_CMDS 1 // Allow syringe pump commands at any time except when pump is busy #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 DISABLE_ARTERIAL_PRESSURE_CHECK 1 // Do not error on arterial pressure out of range // TODO sw config implemented + #define DISABLE_VENOUS_PRESSURE_CHECK 1 // Do not error on venous pressure out of range // TODO sw config implemented // #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 @@ -88,7 +88,6 @@ #define SKIP_RESERVOIR_ALARMS 1 // Skip reservoir management alarms // #define IGNORE_BLOOD_LEAK_SELF_TEST 1 // Ignore blood leak self test // TODO New config implemented // #define IGNORE_BLOOD_LEAK_ALARM 1 // Ignore blood leak alarm // TODO New config implemented -// #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