Index: firmware/App/Modes/ModeGenIdle.c =================================================================== diff -u -r60ec2f1256b02ee0a6d4346877494ce1bda55ab2 -rf215311725c002c9b9f2915e3502b89ae6a93c91 --- firmware/App/Modes/ModeGenIdle.c (.../ModeGenIdle.c) (revision 60ec2f1256b02ee0a6d4346877494ce1bda55ab2) +++ firmware/App/Modes/ModeGenIdle.c (.../ModeGenIdle.c) (revision f215311725c002c9b9f2915e3502b89ae6a93c91) @@ -110,7 +110,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 @@ -141,7 +140,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 ); } }