Index: firmware/App/Modes/ModeRecirculate.c =================================================================== diff -u -r3d131237935eb36e56e0d057a713430e31dc6405 -ra2c32d4d221603054ca9ad7a097112caebf08c4e --- firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision 3d131237935eb36e56e0d057a713430e31dc6405) +++ firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision a2c32d4d221603054ca9ad7a097112caebf08c4e) @@ -82,10 +82,6 @@ // re-initialize each time we transition to re-circulate mode initRecirculateMode(); - // TODO uncomment - //stopPrimaryHeater(); //TODO we will not stop the heater anymore, right? - // TODO uncomment (SEAN) - // set initial actuator states setValveState( VSP, VALVE_STATE_CLOSED ); setValveState( VPI, VALVE_STATE_OPEN ); @@ -104,10 +100,6 @@ turnOnUVReactor( INLET_UV_REACTOR ); turnOnUVReactor( OUTLET_UV_REACTOR ); - // TODO remove - setPrimaryHeaterTargetTemperature( 39.0 ); //TODO can I remove this? - // TODO remove - // 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