trigger docs pain #671
This commit is contained in:
parent
0e53bfc744
commit
af12bcb806
|
@ -205,6 +205,10 @@ typedef enum {
|
|||
TT_GM_7X = 5,
|
||||
TT_MINI_COOPER_R50 = 6,
|
||||
TT_MAZDA_SOHC_4 = 7,
|
||||
/**
|
||||
* "60/2"
|
||||
* See also TT_ONE_PLUS_TOOTHED_WHEEL_60_2
|
||||
*/
|
||||
TT_TOOTHED_WHEEL_60_2 = 8,
|
||||
TT_TOOTHED_WHEEL_36_1 = 9,
|
||||
|
||||
|
@ -222,7 +226,9 @@ typedef enum {
|
|||
|
||||
TT_MAZDA_DOHC_1_4 = 15,
|
||||
|
||||
// "1+1"
|
||||
TT_ONE_PLUS_ONE = 16,
|
||||
// "1+60/2"
|
||||
TT_ONE_PLUS_TOOTHED_WHEEL_60_2 = 17,
|
||||
TT_ONE = 18,
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Mar 02 15:04:50 EST 2019
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue Mar 05 18:08:49 EST 2019
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -2183,6 +2183,7 @@ cmd_set_engine_type_etb_test = "w\x00\x30\x00\x3A"
|
|||
|
||||
; Engine->Trigger configuration
|
||||
dialog = triggerConfiguration_settings, "Settings Trigger"
|
||||
field = "!https://rusefi.com/wiki/index.php?title=Manual:Software:Trigger"
|
||||
field = "Trigger type", trigger_type
|
||||
field = "Operation mode / speed", operationMode
|
||||
field = "With VR sensors only rising edge has reliable position"
|
||||
|
|
|
@ -1301,6 +1301,7 @@ cmd_set_engine_type_etb_test = "w\x00\x30\x00\x3A"
|
|||
|
||||
; Engine->Trigger configuration
|
||||
dialog = triggerConfiguration_settings, "Settings Trigger"
|
||||
field = "!https://rusefi.com/wiki/index.php?title=Manual:Software:Trigger"
|
||||
field = "Trigger type", trigger_type
|
||||
field = "Operation mode / speed", operationMode
|
||||
field = "With VR sensors only rising edge has reliable position"
|
||||
|
|
Loading…
Reference in New Issue