Merge branch 'master' of https://github.com/rusefi/rusefi
This commit is contained in:
commit
901c05d7a2
|
@ -68,7 +68,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 Apr 04 08:24:40 EDT 2019
|
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Mon Apr 08 18:05:57 EDT 2019
|
||||||
|
|
||||||
pageSize = 20000
|
pageSize = 20000
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3272,7 +3272,9 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
||||||
panel = testInjectors, Center
|
panel = testInjectors, Center
|
||||||
panel = testMisc, East
|
panel = testMisc, East
|
||||||
|
|
||||||
dialog = engineTypeDialog, "Popular vehicles"
|
dialog = engineTypeDialog, "Popular vehicles"
|
||||||
|
field = "!These buttons send a command to rusEfi controller to apply preset values"
|
||||||
|
field = "!Once you send the command, please reconnect to rusEfi controller in order to read fresh values"
|
||||||
commandButton = "Miata NA6 Stage 0", cmd_set_engine_type_Miata_NA6_VAF
|
commandButton = "Miata NA6 Stage 0", cmd_set_engine_type_Miata_NA6_VAF
|
||||||
commandButton = "Miata NA6 Stage 1", cmd_set_engine_type_Miata_NA6_MAP
|
commandButton = "Miata NA6 Stage 1", cmd_set_engine_type_Miata_NA6_MAP
|
||||||
commandButton = "Miata NB2 MAP", cmd_set_engine_type_Miata_NA2
|
commandButton = "Miata NB2 MAP", cmd_set_engine_type_Miata_NA2
|
||||||
|
|
|
@ -2364,7 +2364,9 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
||||||
panel = testInjectors, Center
|
panel = testInjectors, Center
|
||||||
panel = testMisc, East
|
panel = testMisc, East
|
||||||
|
|
||||||
dialog = engineTypeDialog, "Popular vehicles"
|
dialog = engineTypeDialog, "Popular vehicles"
|
||||||
|
field = "!These buttons send a command to rusEfi controller to apply preset values"
|
||||||
|
field = "!Once you send the command, please reconnect to rusEfi controller in order to read fresh values"
|
||||||
commandButton = "Miata NA6 Stage 0", cmd_set_engine_type_Miata_NA6_VAF
|
commandButton = "Miata NA6 Stage 0", cmd_set_engine_type_Miata_NA6_VAF
|
||||||
commandButton = "Miata NA6 Stage 1", cmd_set_engine_type_Miata_NA6_MAP
|
commandButton = "Miata NA6 Stage 1", cmd_set_engine_type_Miata_NA6_MAP
|
||||||
commandButton = "Miata NB2 MAP", cmd_set_engine_type_Miata_NA2
|
commandButton = "Miata NB2 MAP", cmd_set_engine_type_Miata_NA2
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://github.com/rusefi/rusefi_documentation/blob/master/FAQ/HOWTO_ask_questions.md" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<center>
|
||||||
|
|
||||||
|
<br><br><br><br><br>
|
||||||
|
|
||||||
|
<a href="https://github.com/rusefi/rusefi_documentation/blob/master/FAQ/HOWTO_ask_questions.md">https://github.com/rusefi/rusefi_documentation/blob/master/FAQ/HOWTO_ask_questions.md</a>
|
||||||
|
|
||||||
|
</center>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue