better defaults

This commit is contained in:
rusefi 2017-07-23 20:09:35 -04:00
parent 2a8f5b16c8
commit 41da5acc71
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}