Skip to content

Commit

Permalink
Fix for Hornet ADF switch problem in the F/A-18C type 1 interface and…
Browse files Browse the repository at this point in the history
… also the JSON version #844
  • Loading branch information
BlueFinBima committed Oct 18, 2024
1 parent ec170b1 commit 20e455f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Aircraft FA-18C Plugin/Interfaces/FA18CInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ public FA18CInterface(string name)
AddFunction(new PushButton(this, UFC, "3029", "122", "UFC", "UFC Keyboard Pushbutton ENT", "1", "0", "%1d"));
AddFunction(new PushButton(this, UFC, "3015", "99", "UFC", "UFC I/P Pushbutton", "1", "0", "%1d"));
AddFunction(new PushButton(this, UFC, "3017", "110", "UFC", "UFC Emission Control Pushbutton", "1", "0", "%1d"));
AddFunction(new Switch(this, UFC, "107", new SwitchPosition[] { new SwitchPosition("1.0", "1", "3016"), new SwitchPosition("0.5", "OFF", "3016"), new SwitchPosition("0.0", "2", "3016") }, "UFC", "UFC ADF Function Select Switch", "%0.1f"));
AddFunction(new Switch(this, UFC, "107", new SwitchPosition[] { new SwitchPosition("1.0", "1", "3016"), new SwitchPosition("0.0", "OFF", "3016"), new SwitchPosition("-1.0", "2", "3016") }, "UFC", "UFC ADF Function Select Switch", "%0.1f"));
AddFunction(new Axis(this, UFC, "3030", "108", 0.1d, 0d, 1d, "UFC", "UFC COMM 1 Volume Control Knob"));
AddFunction(new Axis(this, UFC, "3031", "123", 0.1d, 0d, 1d, "UFC", "UFC COMM 2 Volume Control Knob"));
AddFunction(new Axis(this, UFC, "3032", "109", 0.1d, 0d, 1d, "UFC", "UFC Brightness Control Knob"));
Expand Down
2 changes: 1 addition & 1 deletion InterfaceFiles/Interfaces
Submodule Interfaces updated 1 files
+101 −4 Helios.FA18C.hif.json

0 comments on commit 20e455f

Please sign in to comment.