Index: firmware/App/Controllers/ROPump.h =================================================================== diff -u -r22176ce95e49213c48454f34ddf5d29b8109f2cb -rd7be59e36db5e9899b02dd0bfadadc50fed934c0 --- firmware/App/Controllers/ROPump.h (.../ROPump.h) (revision 22176ce95e49213c48454f34ddf5d29b8109f2cb) +++ firmware/App/Controllers/ROPump.h (.../ROPump.h) (revision d7be59e36db5e9899b02dd0bfadadc50fed934c0) @@ -7,8 +7,8 @@ * * @file ROPump.h * -* @author (last) Dara Navaei -* @date (last) 25-Apr-2022 +* @author (last) Bill Bracken +* @date (last) 22-Aug-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 );