Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -r96dd3e3d17fdfd5b70870bfc15d12a147f4900ee -r56b4de1a303a305414b7c6424da3779d7891f79d --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 96dd3e3d17fdfd5b70870bfc15d12a147f4900ee) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 56b4de1a303a305414b7c6424da3779d7891f79d) @@ -77,7 +77,7 @@ /// Initial conversion factor from target flow rate to PWM duty cycle estimate. #define ROP_FLOW_TO_PWM_DC(flow) ( ROP_FLOW_TO_PWM_SLOPE * flow + ROP_FLOW_TO_PWM_INTERCEPT ) #define MAX_ALLOWED_FLOW_DEVIATION 0.1F ///< Max allowed deviation from target flow. -#define FLOW_OUT_OF_RANGE_TIME_OUT_MS ( 12 * MS_PER_SECOND ) ///< Flow out of range time out in counts. // TODO - changed to prevent alarms (initial value 12) +#define FLOW_OUT_OF_RANGE_TIME_OUT_MS ( 12 * MS_PER_SECOND ) ///< Flow out of range time out in counts. #define MAX_PRESSURE_TARGET_TOLERANCE 5 ///< Pressure tolerance from maximum set pressure by user in psi. #define MAX_ALLOWED_PRESSURE_PSI 130 ///< Maximum allowed pressure that the RO pump can go to. #define MIN_ALLOWED_PRESSURE_PSI 10 ///< Minimum allowed pressure that the RO pump can go to.