Index: firmware/App/Controllers/ROPump.h =================================================================== diff -u -r22176ce95e49213c48454f34ddf5d29b8109f2cb -r87ebf31788a90216c65e0264e2b8cb21d25e5b9b --- firmware/App/Controllers/ROPump.h (.../ROPump.h) (revision 22176ce95e49213c48454f34ddf5d29b8109f2cb) +++ firmware/App/Controllers/ROPump.h (.../ROPump.h) (revision 87ebf31788a90216c65e0264e2b8cb21d25e5b9b) @@ -8,7 +8,7 @@ * @file ROPump.h * * @author (last) Dara Navaei -* @date (last) 25-Apr-2022 +* @date (last) 31-May-2022 * * @author (original) Sean * @date (original) 04-Apr-2020 @@ -32,7 +32,7 @@ // ********** public definitions ********** #define MAX_RO_FLOWRATE_LPM 1.8F ///< Maximum target RO flow rate in L/min. -#define MIN_RO_FLOWRATE_LPM 0.2F ///< Minimum target RO flow rate in L/min. +#define MIN_RO_FLOWRATE_LPM 0.0F ///< Minimum target RO flow rate in L/min. /// RO pump data struct. typedef struct @@ -61,7 +61,7 @@ BOOL isROPumpRunning( void ); -F32 getTargetROPumpFlowRate( void ); +F32 getTargetROPumpFlowRateLPM( void ); F32 getMeasuredROFlowRateLPM( void ); F32 getMeasuredROFlowRateWithConcPumpsLPM( void );