Index: firmware/App/Modes/ModeGenIdle.c =================================================================== diff -u -r03e051ef654a1bff100da02483645c4e9d0b7a30 -r622eebf6fb7f1c6c232ffd82bc072dd30a7b3f94 --- firmware/App/Modes/ModeGenIdle.c (.../ModeGenIdle.c) (revision 03e051ef654a1bff100da02483645c4e9d0b7a30) +++ firmware/App/Modes/ModeGenIdle.c (.../ModeGenIdle.c) (revision 622eebf6fb7f1c6c232ffd82bc072dd30a7b3f94) @@ -108,7 +108,7 @@ // the new PWMs for the main and small primary heaters #ifndef DISABLE_FLOW_CONTROL_TREATMENT setROPumpTargetFlowRate( TARGET_FLUSH_LINES_RO_FLOW_RATE_L, TARGET_RO_PRESSURE_PSI ); - setHeaterTargetTemperature( DG_PRIMARY_HEATER, 39.0 ); // remove this line. It comes form HD this for testing only + setHeaterTargetTemperature( DG_PRIMARY_HEATER, 39.0 ); // TODO remove this line. It comes form HD this for testing only startHeater( DG_PRIMARY_HEATER ); #endif @@ -139,7 +139,7 @@ { if ( TRUE == didTimeout( hdLostCommStartTime_ms, HD_LOST_COMM_TIMEOUT_MS ) ) { - //requestNewOperationMode( DG_MODE_STAN ); TODO uncomment there is no HD in unit 2 + requestNewOperationMode( DG_MODE_STAN ); } }