Index: firmware/App/Services/Reservoirs.c =================================================================== diff -u -r752ec32e48ba27c3939d7e8ec56091cb917e3eef -r7cf492567bc19bce5e4972719ba312126fd8a0c7 --- firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 752ec32e48ba27c3939d7e8ec56091cb917e3eef) +++ firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 7cf492567bc19bce5e4972719ba312126fd8a0c7) @@ -46,7 +46,7 @@ #define DEFAULT_DRAIN_VOLUME_ML 0 ///< Default drain volume in mL. #define MAX_DRAIN_VOLUME_ML MAX_RESERVOIR_VOLUME_ML ///< Maximum drain volume in mL. -#define MIN_DRAIN_INLET_PSI_EMPTY -3.0F ///< Minimum drain inlet pressure (in PSI) to indicate reservoir is empty while drain pump on. +#define MIN_DRAIN_INLET_PSI_EMPTY -6.0F ///< Minimum drain inlet pressure (in PSI) to indicate reservoir is empty while drain pump on. #define RESERVOIR_DATA_PUB_INTERVAL ( MS_PER_SECOND / TASK_GENERAL_INTERVAL ) ///< interval (ms/task time) at which the reservoir data is published on the CAN bus. #define MAX_REDUNDANT_LOAD_CELL_DIFF 50.0F ///< Maximum difference in redundant load cells when determining if fill completed. #define MAX_DRAIN_RPM_MLP 2400.0F ///< Maximum drain RPM in mL/min.