Index: firmware/App/Services/Reservoirs.c =================================================================== diff -u -r7afa4685f396a17441462b2a57043b247f0394e1 -rf7ef5e8d8f0ecf1f69de82ce86faa302012d825f --- firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 7afa4685f396a17441462b2a57043b247f0394e1) +++ firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision f7ef5e8d8f0ecf1f69de82ce86faa302012d825f) @@ -590,7 +590,7 @@ { TREATMENT_RESERVOIR_MGMT_STATE_T state = TREATMENT_RESERVOIR_MGMT_WAIT_FOR_FILL_SETTLE_STATE; - // Wait for the reservoir to settle and then send the commands to switch the active reservoir + // 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 ) ) {