Index: firmware/App/Modes/ModeGenIdle.c =================================================================== diff -u -rb1a0571d530426aefd393d07dbaf7675cd0e4c02 -ref736ac366eb13b52b852c51309e7ae6b0942202 --- firmware/App/Modes/ModeGenIdle.c (.../ModeGenIdle.c) (revision b1a0571d530426aefd393d07dbaf7675cd0e4c02) +++ firmware/App/Modes/ModeGenIdle.c (.../ModeGenIdle.c) (revision ef736ac366eb13b52b852c51309e7ae6b0942202) @@ -108,11 +108,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_FLUSH_LINES_RO_FLOW_RATE_L, TARGET_RO_PRESSURE_PSI ); + setROPumpTargetFlowRate( TARGET_FLUSH_LINES_RO_FLOW_RATE_L, TARGET_RO_PRESSURE_PSI ); - //testSetTargetDutyCycle( 0.55 ); - - setHeaterTargetTemperature( DG_PRIMARY_HEATER, 39.0 ); // TODO remove this line. It comes form HD startHeater( DG_PRIMARY_HEATER ); } @@ -217,8 +214,7 @@ // When enough water volume has flowed to flush the lines, transition to flush water state if ( flushLinesVolumeL >= getFlushLineVolume() ) { - //setValveState( VDR, VALVE_STATE_RECIRC_C_TO_NC ); TODO remove - //setROPumpTargetFlowRate( TARGET_RO_FLOW_RATE_L, TARGET_RO_PRESSURE_PSI ); + setROPumpTargetFlowRate( TARGET_RO_FLOW_RATE_L, TARGET_RO_PRESSURE_PSI ); result = DG_GEN_IDLE_MODE_STATE_FLUSH_WATER; }