Index: firmware/App/Modes/ModeGenIdle.c =================================================================== diff -u -r03e051ef654a1bff100da02483645c4e9d0b7a30 -r1b95ae077de1d01a314be8cc011662ab508fba10 --- firmware/App/Modes/ModeGenIdle.c (.../ModeGenIdle.c) (revision 03e051ef654a1bff100da02483645c4e9d0b7a30) +++ firmware/App/Modes/ModeGenIdle.c (.../ModeGenIdle.c) (revision 1b95ae077de1d01a314be8cc011662ab508fba10) @@ -108,7 +108,6 @@ // 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 startHeater( DG_PRIMARY_HEATER ); #endif @@ -139,7 +138,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 ); } }