Index: firmware/App/Controllers/ROPump.h =================================================================== diff -u -r2652d50bbc5e78ed6fe3ad9ccbca0be6f802f1ff -rd305dff19b8ce0fdd0d0f848a579da3d95bf4e31 --- firmware/App/Controllers/ROPump.h (.../ROPump.h) (revision 2652d50bbc5e78ed6fe3ad9ccbca0be6f802f1ff) +++ firmware/App/Controllers/ROPump.h (.../ROPump.h) (revision d305dff19b8ce0fdd0d0f848a579da3d95bf4e31) @@ -35,7 +35,7 @@ #define MAX_RO_FLOWRATE_MLPM 1500 ///< Maximum target RO flow rate in mL/min. #define MIN_RO_FLOWRATE_MLPM 0 ///< Minimum target RO flow rate in mL/min. #define MAX_RO_PRESSURE_PSI 120.0F ///< Maximum allowed pressure that the RO pump can go to. -#define MIN_RO_PRESSURE_PSI 10.0F ///< Minimum allowed pressure that the RO pump can go to. +#define MIN_RO_PRESSURE_PSI 0.0F ///< Minimum allowed pressure that the RO pump can go to. /// Enumeration of RO pump states. typedef enum ROPump_States