From aafa7f78abf85bb4f9cc3b9167e2618a894c93ba Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 23 May 2021 20:45:01 -0400 Subject: [PATCH] Override trigger gaps feature #2734 --- firmware/integration/rusefi_config.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index d6c4946aa5..3d18006890 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -619,7 +619,8 @@ angle_t crankingTimingAngle;+Ignition advance angle used during engine cranking, custom ignition_mode_e 4 bits, U32, @OFFSET@, [0:1], "Single Coil", "Individual Coils", "Wasted Spark", "Two Distributors" ignition_mode_e ignitionMode;+Single coil = distributor\nIndividual coils = one coil per cylinder (COP, coil-near-plug), requires sequential mode\nWasted spark = Fires pairs of cylinders together, either one coil per pair of cylinders or one coil per cylinder\nTwo distributors = A pair of distributors, found on some BMW, Toyota and other engines\nset ignition_mode X -float unusedOldIgnitionOffset;;"unused",1,0,0,1,0 +int8_t gapTrackingLengthOverride;;"count",1,0,0,@@GAP_TRACKING_LENGTH@@,0 + int8_t[3] unusedOldIgnitionOffset;;"unused",1,0,0,1,0 custom timing_mode_e 4 bits, U32, @OFFSET@, [0:0], "dynamic", "fixed" timing_mode_e timingMode;+Dynamic uses the timing map to decide the ignition timing, Static timing fixes the timing to the value set below (only use for checking static timing with a timing light).