usability?
This commit is contained in:
parent
baf66085d2
commit
bddd85e144
|
@ -63,7 +63,7 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
; see PAGE_0_SIZE in C source code
|
; see PAGE_0_SIZE in C source code
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu May 31 00:49:09 EDT 2018
|
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue Jun 05 17:42:11 EDT 2018
|
||||||
|
|
||||||
pageSize = 20000
|
pageSize = 20000
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -2004,7 +2004,7 @@ cmd_stop_engine = "w\x00\x99\x00\x00"
|
||||||
; Engine->Trigger configuration
|
; Engine->Trigger configuration
|
||||||
dialog = triggerConfiguration_settings, "Settings Trigger"
|
dialog = triggerConfiguration_settings, "Settings Trigger"
|
||||||
field = "Trigger type", trigger_type
|
field = "Trigger type", trigger_type
|
||||||
field = "Operation mode", operationMode
|
field = "Operation mode / speed", operationMode
|
||||||
field = "With VR sensors only rising edge has reliable position"
|
field = "With VR sensors only rising edge has reliable position"
|
||||||
field = "use only rising edge", useOnlyRisingEdgeForTrigger
|
field = "use only rising edge", useOnlyRisingEdgeForTrigger
|
||||||
field = "!Reminder that 4-stroke cycle is 720 degrees"
|
field = "!Reminder that 4-stroke cycle is 720 degrees"
|
||||||
|
@ -2014,6 +2014,7 @@ cmd_stop_engine = "w\x00\x99\x00\x00"
|
||||||
field = "skipped Tooth Count", trigger_customSkippedToothCount, {trigger_type == 0}
|
field = "skipped Tooth Count", trigger_customSkippedToothCount, {trigger_type == 0}
|
||||||
|
|
||||||
dialog = triggerConfiguration_IO, "Settings I/O"
|
dialog = triggerConfiguration_IO, "Settings I/O"
|
||||||
|
field = "!https://rusefi.com/wiki/index.php?title=Manual:Software:VVT"
|
||||||
field = "VVT mode", vvtMode, {trigger_type != 80}
|
field = "VVT mode", vvtMode, {trigger_type != 80}
|
||||||
field = "VVT use rise front", vvtCamSensorUseRise, {trigger_type != 80}
|
field = "VVT use rise front", vvtCamSensorUseRise, {trigger_type != 80}
|
||||||
field = "VVT position display offset", vvtOffset
|
field = "VVT position display offset", vvtOffset
|
||||||
|
|
|
@ -1166,7 +1166,7 @@ cmd_stop_engine = "w\x00\x99\x00\x00"
|
||||||
; Engine->Trigger configuration
|
; Engine->Trigger configuration
|
||||||
dialog = triggerConfiguration_settings, "Settings Trigger"
|
dialog = triggerConfiguration_settings, "Settings Trigger"
|
||||||
field = "Trigger type", trigger_type
|
field = "Trigger type", trigger_type
|
||||||
field = "Operation mode", operationMode
|
field = "Operation mode / speed", operationMode
|
||||||
field = "With VR sensors only rising edge has reliable position"
|
field = "With VR sensors only rising edge has reliable position"
|
||||||
field = "use only rising edge", useOnlyRisingEdgeForTrigger
|
field = "use only rising edge", useOnlyRisingEdgeForTrigger
|
||||||
field = "!Reminder that 4-stroke cycle is 720 degrees"
|
field = "!Reminder that 4-stroke cycle is 720 degrees"
|
||||||
|
@ -1176,6 +1176,7 @@ cmd_stop_engine = "w\x00\x99\x00\x00"
|
||||||
field = "skipped Tooth Count", trigger_customSkippedToothCount, {trigger_type == 0}
|
field = "skipped Tooth Count", trigger_customSkippedToothCount, {trigger_type == 0}
|
||||||
|
|
||||||
dialog = triggerConfiguration_IO, "Settings I/O"
|
dialog = triggerConfiguration_IO, "Settings I/O"
|
||||||
|
field = "!https://rusefi.com/wiki/index.php?title=Manual:Software:VVT"
|
||||||
field = "VVT mode", vvtMode, {trigger_type != 80}
|
field = "VVT mode", vvtMode, {trigger_type != 80}
|
||||||
field = "VVT use rise front", vvtCamSensorUseRise, {trigger_type != 80}
|
field = "VVT use rise front", vvtCamSensorUseRise, {trigger_type != 80}
|
||||||
field = "VVT position display offset", vvtOffset
|
field = "VVT position display offset", vvtOffset
|
||||||
|
|
Loading…
Reference in New Issue