Index: firmware/App/Modes/TreatmentEnd.c =================================================================== diff -u -rb9fd6bfd063774f1295a1a84de74a257d7b29640 -r8c00197ce69e80f1967aa3f2eb36beb3573f36f3 --- firmware/App/Modes/TreatmentEnd.c (.../TreatmentEnd.c) (revision b9fd6bfd063774f1295a1a84de74a257d7b29640) +++ firmware/App/Modes/TreatmentEnd.c (.../TreatmentEnd.c) (revision 8c00197ce69e80f1967aa3f2eb36beb3573f36f3) @@ -109,6 +109,8 @@ { initTreatmentEnd(); + // TODO - stop any DG fill that may be in progress + // Set valves setValvePosition( VDI, VALVE_POSITION_C_CLOSE ); setValvePosition( VDO, VALVE_POSITION_C_CLOSE );