stop engine button
This commit is contained in:
parent
42f323dcc5
commit
43fbfe0543
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue