Index: firmware/App/Modes/ModeDrain.c =================================================================== diff -u -r012ee7b4f72e47aa351eb723abca0e3104ea677b -ra0f6f397d02c079dc742c8aa09a0d1ce990c0d4e --- firmware/App/Modes/ModeDrain.c (.../ModeDrain.c) (revision 012ee7b4f72e47aa351eb723abca0e3104ea677b) +++ firmware/App/Modes/ModeDrain.c (.../ModeDrain.c) (revision a0f6f397d02c079dc742c8aa09a0d1ce990c0d4e) @@ -109,8 +109,8 @@ // NOTE: The target flow rate should be set prior to setting the start primary heater // because the initial guess in the heaters driver needs the target flow to calculate // the new PWMs for the main and small primary heaters - setROPumpTargetFlowRate( TARGET_RO_FLOW_RATE_L, TARGET_RO_PRESSURE_PSI ); - startPrimaryHeater(); + //setROPumpTargetFlowRate( TARGET_RO_FLOW_RATE_L, TARGET_RO_PRESSURE_PSI ); + startHeater( DG_PRIMARY_HEATER ); } /*********************************************************************//**