trigger help as URL
This commit is contained in:
parent
ec3fc18a2d
commit
e53e1ca98e
|
@ -1900,7 +1900,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
|||
|
||||
; Engine->Trigger configuration
|
||||
dialog = triggerConfiguration_settings, "Trigger Pattern"
|
||||
field = "!https://rusefi.com/s/trigger"
|
||||
topicHelp = "triggerHelp"
|
||||
field = "Trigger type", trigger_type
|
||||
field = "Total tooth count", trigger_customTotalToothCount, {trigger_type == @@trigger_type_e_TT_TOOTHED_WHEEL@@}, {trigger_type == @@trigger_type_e_TT_TOOTHED_WHEEL@@}
|
||||
field = "Missing/skipped tooth count", trigger_customSkippedToothCount, {trigger_type == @@trigger_type_e_TT_TOOTHED_WHEEL@@}, {trigger_type == @@trigger_type_e_TT_TOOTHED_WHEEL@@}
|
||||
|
@ -3472,6 +3472,10 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
|||
text = "More about fuel control on the web"
|
||||
webHelp = "https://rusefi.com/s/fuel"
|
||||
|
||||
help = triggerHelp, "Trigger Settings"
|
||||
text = "More about Trigger Settings on the web"
|
||||
webHelp = "https://rusefi.com/s/trigger"
|
||||
|
||||
help = etbHelp, "ETB Control"
|
||||
text = "More about electronic throttle body on the web"
|
||||
webHelp = "https://rusefi.com/s/etb"
|
||||
|
|
Loading…
Reference in New Issue