Index: firmware/App/Modes/ModeRecirculate.c =================================================================== diff -u -r9ce06772b2f651c57144327e6cbf886e2bc22dee -r9047c6e1db73ac20849a63b8cbec33041c28b0d5 --- firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision 9ce06772b2f651c57144327e6cbf886e2bc22dee) +++ firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision 9047c6e1db73ac20849a63b8cbec33041c28b0d5) @@ -87,7 +87,7 @@ setValveState( VRC, VALVE_STATE_DRAIN_C_TO_NO ); setValveState( VDR, VALVE_STATE_DRAIN_C_TO_NO ); setValveState( VPO, VALVE_STATE_NOFILL_C_TO_NO ); - setROPumpTargetFlowRate( TARGET_RO_FLOW_RATE_L, 50 /*TARGET_RO_PRESSURE_PSI*/ ); + setROPumpTargetFlowRate( TARGET_RO_FLOW_RATE_L, TARGET_RO_PRESSURE_PSI ); signalDrainPumpHardStop(); startPrimaryHeater();