Index: firmware/App/Modes/ModeGenIdle.c =================================================================== diff -u -rc914eb443ee2679eb9fe3668119058ccc578437d -r24e8fcb5744724be72ea26bebd95ec594c2c26fe --- firmware/App/Modes/ModeGenIdle.c (.../ModeGenIdle.c) (revision c914eb443ee2679eb9fe3668119058ccc578437d) +++ firmware/App/Modes/ModeGenIdle.c (.../ModeGenIdle.c) (revision 24e8fcb5744724be72ea26bebd95ec594c2c26fe) @@ -156,7 +156,7 @@ * @brief * The getCurrentGenIdleState function returns the current state of the * generation idle mode. - * @details Inputs: recircState + * @details Inputs: genIdleState * @details Outputs: none * @return the current state of generation idle mode *************************************************************************/ @@ -198,8 +198,8 @@ // Integrate volume of water moved through line flushLinesVolumeL += waterVolume; - // When enough water volume has flowed to flush the lines, transition to re-circ state - if ( flushLinesVolumeL >= getRecirculationDrainVol() ) + // 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 ); setROPumpTargetFlowRate( TARGET_RO_FLOW_RATE_L, TARGET_RO_PRESSURE_PSI );