NA6 MRE details
This commit is contained in:
parent
487d18bcc0
commit
bde25114d5
|
@ -288,6 +288,9 @@ void setMiataNA6_VAF_Frankenso(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||||
// todo: MAF-based ignition table?
|
// todo: MAF-based ignition table?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* set engine_type 12
|
||||||
|
*/
|
||||||
void setMiataNA6_VAF_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
void setMiataNA6_VAF_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||||
|
|
||||||
boardConfiguration->isHip9011Enabled = false;
|
boardConfiguration->isHip9011Enabled = false;
|
||||||
|
@ -296,5 +299,4 @@ void setMiataNA6_VAF_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||||
miataNAcommonEngineSettings(PASS_CONFIG_PARAMETER_SIGNATURE);
|
miataNAcommonEngineSettings(PASS_CONFIG_PARAMETER_SIGNATURE);
|
||||||
engineConfiguration->fuelAlgorithm = LM_PLAIN_MAF;
|
engineConfiguration->fuelAlgorithm = LM_PLAIN_MAF;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1051,6 +1051,8 @@ void resetConfigurationExt(Logging * logger, engine_type_e engineType DECLARE_EN
|
||||||
setFrankensoConfiguration(PASS_CONFIG_PARAMETER_SIGNATURE);
|
setFrankensoConfiguration(PASS_CONFIG_PARAMETER_SIGNATURE);
|
||||||
break;
|
break;
|
||||||
case MRE_MIATA_NA6:
|
case MRE_MIATA_NA6:
|
||||||
|
setMiataNA6_VAF_MRE(PASS_CONFIG_PARAMETER_SIGNATURE);
|
||||||
|
break;
|
||||||
case ACURA_RSX:
|
case ACURA_RSX:
|
||||||
case MINI_COOPER_R50:
|
case MINI_COOPER_R50:
|
||||||
case MINIMAL_PINS:
|
case MINIMAL_PINS:
|
||||||
|
|
Loading…
Reference in New Issue