Index: firmware/App/Services/Reservoirs.c =================================================================== diff -u -rbbf1e3736be03a4f041ace57e0f95e23caf472dd -r4efb2d1786c717ca6cf4b1bc992cec8e16820bff --- firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision bbf1e3736be03a4f041ace57e0f95e23caf472dd) +++ firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 4efb2d1786c717ca6cf4b1bc992cec8e16820bff) @@ -33,7 +33,7 @@ #define MIN_RESERVOIR_VOLUME_ML 0 ///< Minimum reservoir volume in mL. #define MAX_RESERVOIR_VOLUME_ML 2500 ///< Maximum reservoir volume in mL. -#define DEFAULT_FILL_VOLUME_ML 1500 ///< Default fill volume for treatment in mL. +#define DEFAULT_FILL_VOLUME_ML 1700 ///< Default fill volume for treatment in mL. #define DISINFECT_FILL_VOLUME_ML 2400 ///> Fill volume for disinfection in mL. #define MAX_FILL_VOLUME_ML MAX_RESERVOIR_VOLUME_ML ///> Maximum fill volume in mL. #define DEFAULT_DRAIN_VOLUME_ML 100 ///> Default drain volume in mL.