Index: firmware/App/Services/Reservoirs.c =================================================================== diff -u -r2a3a47ca90ad19851a30c52f6999a56d5f578783 -re5006f5263e8540e730dd802016fef5973ecea4c --- firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 2a3a47ca90ad19851a30c52f6999a56d5f578783) +++ firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision e5006f5263e8540e730dd802016fef5973ecea4c) @@ -515,7 +515,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 );