From b662b977fa6288258421488e2f8f2d59abc047f3 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 2 Dec 2020 20:51:33 -0500 Subject: [PATCH] all triggers should be documented way nicer #2001 --- firmware/controllers/algo/rusefi_enums.h | 10 +++++----- misc/www/s/trigger/index.shtml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/firmware/controllers/algo/rusefi_enums.h b/firmware/controllers/algo/rusefi_enums.h index a6b5cb8ccc..f2558b5912 100644 --- a/firmware/controllers/algo/rusefi_enums.h +++ b/firmware/controllers/algo/rusefi_enums.h @@ -315,10 +315,10 @@ typedef enum { */ TT_MAZDA_MIATA_VVT_TEST = 35, - TT_SUBARU_7_6 = 36, + TT_SUBARU_7_6 = TT_TT_SUBARU_7_6, // this one is 6 cylinder, see TT_JEEP_4_cyl for 4 cylinders - TT_JEEP_18_2_2_2 = 37, + TT_JEEP_18_2_2_2 = TT_TT_JEEP_18_2_2_2, /* * See also TT_NISSAN_SR20VE @@ -341,12 +341,12 @@ typedef enum { */ TT_VVT_MIATA_NB2 = 43, - TT_RENIX_44_2_2 = 44, + TT_RENIX_44_2_2 = TT_TT_RENIX_44_2_2, /** * Same as TT_RENIX_44_2_2 but repeated three times, not two. */ - TT_RENIX_66_2_2_2 = 45, + TT_RENIX_66_2_2_2 = TT_TT_RENIX_66_2_2_2, TT_HONDA_K_12_1 = 46, @@ -354,7 +354,7 @@ typedef enum { TT_TOOTHED_WHEEL_36_2 = TT_TT_TOOTHED_WHEEL_36_2, - TT_SUBARU_SVX = 49, + TT_SUBARU_SVX = TT_TT_SUBARU_SVX, TT_1_16 = 50, diff --git a/misc/www/s/trigger/index.shtml b/misc/www/s/trigger/index.shtml index bdc5d95383..17b0c571eb 100644 --- a/misc/www/s/trigger/index.shtml +++ b/misc/www/s/trigger/index.shtml @@ -1,7 +1,7 @@ - + @@ -9,7 +9,7 @@




-https://rusefi.com/wiki/index.php?title=Manual:Software:Trigger +https://github.com/rusefi/rusefi/wiki/All-Supported-Triggers