v12
This commit is contained in:
parent
5c05b2225c
commit
ccf9acd32c
|
@ -80,8 +80,12 @@ static void m73engine(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|||
|
||||
engineConfiguration->globalTriggerAngleOffset = 90;
|
||||
setOperationMode(engineConfiguration, FOUR_STROKE_CRANK_SENSOR);
|
||||
// todo: that's not right, should be 60/2 without VW
|
||||
engineConfiguration->trigger.type = TT_60_2_VW;
|
||||
|
||||
// this large engine seems to crank at around only 150 RPM? And happily idle at 400RPM?
|
||||
engineConfiguration->cranking.rpm = 280;
|
||||
|
||||
engineConfiguration->ignitionMode = IM_TWO_COILS;
|
||||
|
||||
// set cranking_fuel 15
|
||||
|
|
Loading…
Reference in New Issue