stop engine button

This commit is contained in:
rusefi 2017-07-25 22:11:37 -04:00
parent 6a3b80f502
commit 79d72d8a90
2 changed files with 5 additions and 1 deletions

View File

@ -59,7 +59,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 Tue Jul 25 20:21:45 EDT 2017
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue Jul 25 22:01:45 EDT 2017
pageSize = 16376
page = 1
@ -1653,6 +1653,7 @@ cmd_test_radiator_fan = "w\x00\x15\x00\x01"
cmd_test_check_engine_light = "w\x00\x16\x00\x01"
cmd_test_idle_valve = "w\x00\x17\x00\x01"
cmd_call_from_pit = "w\x00\x20\x34\x56"
cmd_stop_engine = "w\x00\x99\x00\x00"
[UserDefined]
@ -2547,6 +2548,7 @@ cmd_call_from_pit = "w\x00\x20\x34\x56"
commandButton = "Radiator Fan", cmd_test_radiator_fan
commandButton = "Check Engine", cmd_test_check_engine_light
commandButton = "Idle Air Valve", cmd_test_idle_valve
commandButton = "Stop Engine", cmd_stop_engine
; bench test
dialog = ioTest, "I-O Test", border

View File

@ -886,6 +886,7 @@ cmd_test_radiator_fan = "w\x00\x15\x00\x01"
cmd_test_check_engine_light = "w\x00\x16\x00\x01"
cmd_test_idle_valve = "w\x00\x17\x00\x01"
cmd_call_from_pit = "w\x00\x20\x34\x56"
cmd_stop_engine = "w\x00\x99\x00\x00"
[UserDefined]
@ -1780,6 +1781,7 @@ cmd_call_from_pit = "w\x00\x20\x34\x56"
commandButton = "Radiator Fan", cmd_test_radiator_fan
commandButton = "Check Engine", cmd_test_check_engine_light
commandButton = "Idle Air Valve", cmd_test_idle_valve
commandButton = "Stop Engine", cmd_stop_engine
; bench test
dialog = ioTest, "I-O Test", border