Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -rccdab403fc0fb315e52857ac7968ab5185aa55b7 -r0c89e99012afe5a88240fd18ef0fccc9d620ed7f --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision ccdab403fc0fb315e52857ac7968ab5185aa55b7) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 0c89e99012afe5a88240fd18ef0fccc9d620ed7f) @@ -50,8 +50,8 @@ #define ROP_FLOW_TO_PWM_SLOPE_NO_RECOVERY 0.1621F ///< Slope of flow to PWM line equation for permeate flush. #define ROP_FLOW_TO_PWM_INTERCEPT_NO_RECOVERY -10.86F ///< Intercept of flow to PWM line equation for permeate flush. -#define ROP_FLOW_TO_PWM_SLOPE_MED_RECOVERY 0.4285F ///< Slope of flow to PWM line equation for permeate flush. -#define ROP_FLOW_TO_PWM_INTERCEPT_MED_RECOVERY 122.45F ///< Intercept of flow to PWM line equation for permeate flush. +#define ROP_FLOW_TO_PWM_SLOPE_MED_RECOVERY 0.3537F ///< Slope of flow to PWM line equation for permeate flush. +#define ROP_FLOW_TO_PWM_INTERCEPT_MED_RECOVERY 94.559F ///< Intercept of flow to PWM line equation for permeate flush. #define ROP_FLOW_TO_PWM_SLOPE_MAX_RECOVER 0.2046F ///< Slope of flow to PWM line equation for max RO recovery. #define ROP_FLOW_TO_PWM_INTERCEPT_MAX_RECOVER 157.0F ///< Intercept of flow to PWM line equation for max RO recovery. #define ROP_PRESSURE_TO_PWM_SLOPE 0.5F ///< Slope of pressure to PWM line equation.