Index: firmware/App/HDCommon.h =================================================================== diff -u -rbb99e5b53296f962cc198c8efd58228c59492185 -rc262f832098bb6a93e64ea19431baaac287500f0 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision bb99e5b53296f962cc198c8efd58228c59492185) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision c262f832098bb6a93e64ea19431baaac287500f0) @@ -85,7 +85,7 @@ #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_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. Index: firmware/App/Tasks/TaskPriority.c =================================================================== diff -u -r45d5a981853e5b4fd6a7c69fd4797bd782983979 -rc262f832098bb6a93e64ea19431baaac287500f0 --- firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision 45d5a981853e5b4fd6a7c69fd4797bd782983979) +++ firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision c262f832098bb6a93e64ea19431baaac287500f0) @@ -94,10 +94,9 @@ // Monitor fluid leak detector execFluidLeak(); -#ifndef IGNORE_BLOOD_LEAK_SELF_TEST // Monitor blood leak detector execBloodLeak(); -#endif + // Monitor air bubble detectors execBubbles();