Index: firmware/App/Modes/ModeFlush.c =================================================================== diff -u -r12c382be0e4dabd6f655b59c3ff59cc059f7af8f -r75f5cf4a8484f0c08b90edfb4b49a6268e51de65 --- firmware/App/Modes/ModeFlush.c (.../ModeFlush.c) (revision 12c382be0e4dabd6f655b59c3ff59cc059f7af8f) +++ firmware/App/Modes/ModeFlush.c (.../ModeFlush.c) (revision 75f5cf4a8484f0c08b90edfb4b49a6268e51de65) @@ -67,7 +67,7 @@ #define BICARB_PUMP_SPEED_ML_PER_MIN 30.6F ///< Bicarb pump speed in mL/min. // Flush and drain R1 and R2 state defines -#define RSRVRS_FULL_VOL_ML 1900.0F ///< Reservoirs 1 & 2 full volume in mL. +#define RSRVRS_FULL_VOL_ML 1850.0F ///< Reservoirs 1 & 2 full volume in mL. #define RSRVRS_PARTIAL_FILL_VOL_ML 500.0F ///< Reservoirs 1 & 2 partial volume in mL. #define RSRVRS_FULL_STABLE_TIME_COUNT ( ( 4 * MS_PER_SECOND ) / TASK_GENERAL_INTERVAL ) ///< Reservoirs 1 & 2 full stable time in counts. #define RSRVRS_FILL_UP_TIMEOUT_MS ( 5 * 60 * MS_PER_SECOND ) ///< Reservoirs 1 & 2 full fill up timeout in ms.