This commit is contained in:
rusefillc 2021-10-07 09:31:34 -04:00
parent 56c393c685
commit 0f379ed17d
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@ void LimpManager::updateState(int rpm, efitick_t nowNt) {
}
if (engine->needToStopEngine(nowNt)) {
/**
* todo: we need explicit clarification on why do we cut fuel but do not cut spark here!
*/
allowFuel.clear();
}