auto-sync
This commit is contained in:
parent
dbf59b6da9
commit
0124270e16
|
@ -19,6 +19,7 @@ void setCamaro4(DECLARE_ENGINE_PARAMETER_F) {
|
|||
engineConfiguration->specs.cylindersCount = 8;
|
||||
|
||||
engineConfiguration->specs.firingOrder = FO_1_8_7_2_6_5_4_3;
|
||||
engineConfiguration->ignitionMode = IM_WASTED_SPARK;
|
||||
|
||||
setOperationMode(engineConfiguration, FOUR_STROKE_CRANK_SENSOR);
|
||||
engineConfiguration->trigger.type = TT_GM_LS_24;
|
||||
|
|
|
@ -1312,7 +1312,7 @@ cmd_test_idle_valve = "w\x00\x17\x00\x01"
|
|||
field = "Operation mode", operationMode
|
||||
field = "With VR sensors only rising edge has reliable position"
|
||||
field = "use only rising edge", useOnlyFrontForTrigger
|
||||
field = "globalTriggerAngleOffset", globalTriggerAngleOffset
|
||||
field = "Trigger Angle Offset", globalTriggerAngleOffset
|
||||
field = "#Custom Trigger"
|
||||
field = "Synchronization Needed?", trigger_customIsSynchronizationNeeded, {trigger_type == 0}
|
||||
field = "total Tooth Count", trigger_customTotalToothCount, {trigger_type == 0}
|
||||
|
|
Loading…
Reference in New Issue