auto-sync

This commit is contained in:
rusEfi 2016-06-07 00:02:45 -04:00
parent dbf59b6da9
commit 0124270e16
2 changed files with 2 additions and 1 deletions

View File

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

View File

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