usability?

This commit is contained in:
rusefi 2018-06-05 17:42:42 -04:00
parent baf66085d2
commit bddd85e144
2 changed files with 5 additions and 3 deletions

View File

@ -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 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
page = 1
@ -2004,7 +2004,7 @@ cmd_stop_engine = "w\x00\x99\x00\x00"
; Engine->Trigger configuration
dialog = triggerConfiguration_settings, "Settings Trigger"
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 = "use only rising edge", useOnlyRisingEdgeForTrigger
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}
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 use rise front", vvtCamSensorUseRise, {trigger_type != 80}
field = "VVT position display offset", vvtOffset

View File

@ -1166,7 +1166,7 @@ cmd_stop_engine = "w\x00\x99\x00\x00"
; Engine->Trigger configuration
dialog = triggerConfiguration_settings, "Settings Trigger"
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 = "use only rising edge", useOnlyRisingEdgeForTrigger
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}
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 use rise front", vvtCamSensorUseRise, {trigger_type != 80}
field = "VVT position display offset", vvtOffset