Index: firmware/App/Services/Reservoirs.c =================================================================== diff -u -ra8918c5013f6fe379f4fc4b6fee5045cbfc93d38 -r59b55faff521dcdc16022e3f3389741db04848e6 --- firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision a8918c5013f6fe379f4fc4b6fee5045cbfc93d38) +++ firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 59b55faff521dcdc16022e3f3389741db04848e6) @@ -592,7 +592,7 @@ // Wait for the reservoir to settle and then send the commands to switch the active reservoir TODO - restore #define below if ( ( TRUE == didTimeout( reservoirSwitchStartTimeMS, 15000 /*RESERVOIR_SETTLE_TIME_MS*/ ) ) && - ( dilutionLevelPct >= MAX_RESERVOIR_DILUTION ) || ( volSpentML >= (F32)FILL_RESERVOIR_TO_VOLUME_ML ) ) + ( ( dilutionLevelPct >= MAX_RESERVOIR_DILUTION ) || ( volSpentML >= (F32)FILL_RESERVOIR_TO_VOLUME_ML ) ) ) { DG_RESERVOIR_ID_T inactiveRes = getDGInactiveReservoir();