Index: firmware/App/Modes/ModeChemicalDisinfectFlush.c =================================================================== diff -u -rfd89ed3ac616c0ee40e3ffc357d379cb2f4aa12a -rf248e95cb4a3187aee8d7e7ea773a0549ec7be30 --- firmware/App/Modes/ModeChemicalDisinfectFlush.c (.../ModeChemicalDisinfectFlush.c) (revision fd89ed3ac616c0ee40e3ffc357d379cb2f4aa12a) +++ firmware/App/Modes/ModeChemicalDisinfectFlush.c (.../ModeChemicalDisinfectFlush.c) (revision f248e95cb4a3187aee8d7e7ea773a0549ec7be30) @@ -8,7 +8,7 @@ * @file ModeChemicalDisinfectFlush.c * * @author (last) Dara Navaei -* @date (last) 30-Mar-2023 +* @date (last) 04-May-2023 * * @author (original) Dara Navaei * @date (original) 15-Nov-2022 @@ -70,7 +70,7 @@ #define RSRVRS_DRAIN_TARGET_VOLUME_ML 200.0F ///< While filling and draining at the same time, look for a volume that indicates draining is working, ml. #define FLUSH_ADDITIONAL_TIME_MS ( 38 * MS_PER_SECOND ) ///< Additional time to flush after reservoir full #define NUM_OF_RINSE_CYCLES 2 ///< Number of rinse cycles -#define CHEM_DISINFECT_FLUSH_TIME_MS ( 12 * SEC_PER_MIN * MS_PER_SECOND ) ///< Chemical disinfect flush time in ms. TODO: get the correct time for the mode or not used? +#define CHEM_DISINFECT_FLUSH_TIME_MS ( 12 * SEC_PER_MIN * MS_PER_SECOND ) ///< Chemical disinfect flush time in ms. // Fill reservoirs to full defines #define RESERVOIR_FULL_VOLUME_CHANGE_LIMIT_ML 5.0F ///< The maximum difference between the short-term and long-term filtered reservoir volumes in ml that determines the reservoir is full.