tools
This commit is contained in:
parent
2abd3cb618
commit
3bc6f663a4
|
@ -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 Mon Nov 27 21:35:56 EST 2017
|
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Wed Nov 29 02:09:52 EST 2017
|
||||||
|
|
||||||
pageSize = 20000
|
pageSize = 20000
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -2777,3 +2777,8 @@ cmd_stop_engine = "w\x00\x99\x00\x00"
|
||||||
field = "clutchUpPin", clutchUpPin
|
field = "clutchUpPin", clutchUpPin
|
||||||
field = "brakePedalPin", brakePedalPin
|
field = "brakePedalPin", brakePedalPin
|
||||||
|
|
||||||
|
[Tools]
|
||||||
|
;addTool = toolName, PanelName
|
||||||
|
addTool = veTableGenerator, "VE Table Generator", veTableTbl
|
||||||
|
addTool = afrTableGenerator, "AFR Table Generator", afrTableTbl
|
||||||
|
|
||||||
|
|
|
@ -1997,3 +1997,8 @@ cmd_stop_engine = "w\x00\x99\x00\x00"
|
||||||
field = "clutchUpPin", clutchUpPin
|
field = "clutchUpPin", clutchUpPin
|
||||||
field = "brakePedalPin", brakePedalPin
|
field = "brakePedalPin", brakePedalPin
|
||||||
|
|
||||||
|
[Tools]
|
||||||
|
;addTool = toolName, PanelName
|
||||||
|
addTool = veTableGenerator, "VE Table Generator", veTableTbl
|
||||||
|
addTool = afrTableGenerator, "AFR Table Generator", afrTableTbl
|
||||||
|
|
Loading…
Reference in New Issue