Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -re190a7eb5fb36d4a0c42e9db709571db3037d39d -r3f97bee8c0d90048910ba7a79935bb751cc46c85 --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision e190a7eb5fb36d4a0c42e9db709571db3037d39d) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 3f97bee8c0d90048910ba7a79935bb751cc46c85) @@ -293,7 +293,7 @@ dialOutPumpDirection = dir; dialOutPumpControlMode = mode; // Set PWM duty cycle target to an estimated initial target to ramp to based on target flow rate - then we will control to flow when ramp completed - dialOutPumpPWMDutyCyclePct = DOP_PWM_FROM_ML_PER_MIN(pwmDC); + dialOutPumpPWMDutyCyclePct = pwmDC; switch ( dialOutPumpState ) {