auto-sync
This commit is contained in:
parent
3e6af63200
commit
4923f5b270
|
@ -1222,6 +1222,7 @@ fileVersion = { 20160122 }
|
|||
subMenu = std_separator
|
||||
subMenu = connection, "Connection"
|
||||
subMenu = std_separator
|
||||
subMenu = ioTest, "I-O Test"
|
||||
subMenu = ecuStimulator, "ECU stimulator"
|
||||
|
||||
[ControllerCommands]
|
||||
|
@ -1719,6 +1720,13 @@ cmd_test_ppk16 = "w\x00\x00\x00\x0f"
|
|||
panel = fsioFrequency, Center
|
||||
panel = fsioSetting, East
|
||||
|
||||
|
||||
dialog = ioTest, "I-O Test"
|
||||
commandButton = "Spark #1", cmd_test_spk1
|
||||
commandButton = "Spark #2", cmd_test_spk2
|
||||
commandButton = "Spark #3", cmd_test_spk3
|
||||
commandButton = "Spark #4", cmd_test_spk4
|
||||
|
||||
; Board->ECU stimulator
|
||||
dialog = ecuStimulator, "ECU stimulator"
|
||||
field = "Trigger Simulator", triggerSimulatorFrequency
|
||||
|
|
Loading…
Reference in New Issue