helping master - undoing limp_manager change
This commit is contained in:
parent
f0fd53ed3c
commit
3bbcfeac59
|
@ -67,8 +67,11 @@ void LimpManager::updateState(int rpm, efitick_t nowNt) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!engine->isMainRelayEnabled()) {
|
if (!engine->isMainRelayEnabled()) {
|
||||||
|
/*
|
||||||
|
todo AndreiKA this change breaks 22 unit tests?
|
||||||
allowFuel.clear();
|
allowFuel.clear();
|
||||||
allowSpark.clear();
|
allowSpark.clear();
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
m_transientAllowInjection = allowFuel;
|
m_transientAllowInjection = allowFuel;
|
||||||
|
|
Loading…
Reference in New Issue