Index: firmware/App/Controllers/DrainPump.c =================================================================== diff -u -r1abaeb395cb7ffb2cb0ea9c1ba65c353d9c416f8 -r79ad3aec7dd37a8acc7ab2391dc9dd806cb9e5cd --- firmware/App/Controllers/DrainPump.c (.../DrainPump.c) (revision 1abaeb395cb7ffb2cb0ea9c1ba65c353d9c416f8) +++ firmware/App/Controllers/DrainPump.c (.../DrainPump.c) (revision 79ad3aec7dd37a8acc7ab2391dc9dd806cb9e5cd) @@ -257,7 +257,7 @@ // The RPM is only checked in open loop state that the pump is run at a fixed RPM. // The persistent alarm waits for a couple of seconds before raising an alarm, this is supposed to cover // when the pump is turned on and it takes a while to ramp up to target RPM. - if( drainPumpControlModeSet == PUMP_CONTROL_MODE_OPEN_LOOP ) + /*if( drainPumpControlModeSet == PUMP_CONTROL_MODE_OPEN_LOOP ) { U32 targetRPM = getTargetDrainPumpRPM(); F32 threshold = OPEN_LOOP_RPM_OUT_OF_RANGE * targetRPM; @@ -280,7 +280,7 @@ { activateSafetyShutdown(); } - } + }*/ // Publish drain pump data on interval publishDrainPumpData();