Skip to content

Commit

Permalink
#808 Add UFC Buttons for ECCM and IDM R/T to the A-10C II interface
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueFinBima committed Feb 18, 2024
1 parent f9f77ff commit 814a4f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Helios/Interfaces/DCS/A10C/A10C2Interface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ public class A10C2Interface : A10CInterface

#region VHF AM Radio (ARC-210)
AddFunction(new PushButton(this, UFC, BUTTON_33, "534", "UFC", "Toggle ARC-210 RT2 Status (long press)", "%0.1f"));
AddFunction(new PushButton(this, UFC, BUTTON_34, "535", "UFC", "Toggle ECCM", "%0.1f"));
AddFunction(new PushButton(this, UFC, BUTTON_35, "536", "UFC", "Toggle IDM R/T", "%0.1f"));

AddFunction(new Switch(this, VHF_AM_RADIO, "551", SwitchPositions.Create(7, 0d, 0.1d, BUTTON_43, new string[] { "OFF", "TR G", "TR", "ADF", "CHG PRST", "TEST", "ZERO (PULL)"}, "%0.1f"), "ARC-210", "Master switch", "%0.1f"));
AddFunction(new RotaryEncoder(this, VHF_AM_RADIO, BUTTON_27, "552", 0.1d, "ARC-210", "Channel select knob"));
Expand Down

0 comments on commit 814a4f0

Please sign in to comment.