better defaults
This commit is contained in:
parent
2a8f5b16c8
commit
41da5acc71
|
@ -393,7 +393,9 @@ void setMazdaMiata2003EngineConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
|||
// set idle_d 0
|
||||
// set debug_mode 3
|
||||
// set idle_rpm 1700
|
||||
// see setDefaultIdleParameters
|
||||
|
||||
engineConfiguration->debugMode = DBG_IDLE_CONTROL;
|
||||
//set idle_offset 30
|
||||
engineConfiguration->idleRpmPid.offset = 30;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue