Index: firmware/App/Services/Reservoirs.c =================================================================== diff -u -rf7ef5e8d8f0ecf1f69de82ce86faa302012d825f -ra8918c5013f6fe379f4fc4b6fee5045cbfc93d38 --- firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision f7ef5e8d8f0ecf1f69de82ce86faa302012d825f) +++ firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision a8918c5013f6fe379f4fc4b6fee5045cbfc93d38) @@ -516,7 +516,7 @@ // If the wait time has elapsed, trigger a fill command // TODO uncomment - //if ( timeWaitToFillMS <= 0 ) + if ( timeWaitToFillMS <= 0 ) // TODO uncomment { cmdStartDGFill( FILL_RESERVOIR_TO_VOLUME_ML, targetFillFlowRateLPM );