Skip to content

Commit 5aaa9e6

Browse files
authored
Merge branch 'master' into rusefi-master-rebase
2 parents 3ee6e0a + 82aa512 commit 5aaa9e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

firmware/heater_control.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ HeaterState HeaterControllerBase::GetNextState(HeaterState currentState, HeaterA
168168
// looks like heavy ramped Ipump affects sensorTemp measure
169169
// and right after switch to closed loop sensorTemp drops below underhead threshold
170170
}
171+
// reset fault
172+
SetFault(ch, Fault::None);
171173

172174
break;
173175
case HeaterState::Stopped:

0 commit comments

Comments
 (0)