Index: firmware/App/Modes/ModeRecirculate.c =================================================================== diff -u -r3e7b064885d99793bb56d940bd613555b1cdbdfa -ra52e41cc2219362d433149ca034908c8763d8378 --- firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision 3e7b064885d99793bb56d940bd613555b1cdbdfa) +++ firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision a52e41cc2219362d433149ca034908c8763d8378) @@ -139,7 +139,7 @@ // when enough water volume has flowed to flush the lines, transition to re-circ state if ( flushLinesVolume >= FLUSH_LINES_VOLUME_L ) { - // TODO - change VDr from drain to re-circulate + setValveState( VDR, VALVE_STATE_RECIRC_C_TO_NC ); result = DG_RECIRCULATE_MODE_STATE_RECIRC_WATER; }