Skip to content

Commit

Permalink
Merge branch 'rc16610'
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueFinBima committed Sep 4, 2024
2 parents d021669 + 9dc217c commit e8ee514
Show file tree
Hide file tree
Showing 3 changed files with 1,651 additions and 1,617 deletions.
2 changes: 1 addition & 1 deletion Aircraft CH-47F Plugin/Interfaces/CH-47FInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ public CH47FInterface(string name)
AddFunction(new PushButton(this, devices.CANTED_CONSOLE.ToString("d"), Commands.Button.Button_9.ToString("d"), "724", "Canted Console", "Main Battery Low Button", "%.1f"));
AddFunction(new Axis(this, devices.CANTED_CONSOLE.ToString("d"), Commands.Button.Button_10.ToString("d"), "725", 0.1d, 0.0d, 1.0d, "Canted Console", "Main Battery Low Knob"));
AddFunction(new FlagValue(this, "723", "Canted Console", "Battery Low Indicator", ""));
AddFunction(new NetworkValue(this, "1460", "Canted Console", "Inclinometer Tube", "Aircraft angle of inclination", "-1.0 to +1.0", BindingValueUnits.Numeric));
AddFunction(new NetworkValue(this, "1460", "Canted Console", "Longitudinal Stick Position Indicator", "longitudinal position", "-1.0 to +1.0", BindingValueUnits.Numeric));

AddFunction(new Axis(this, devices.CANTED_CONSOLE.ToString("d"), Commands.Button.Button_16.ToString("d"), "739", 0.1d, 0.0d, 1.0d, "Canted Console", "Main RadAlt Dimmer")); // elements["MAIN_RALT_DIMMER"] = axis_limited({0, 1}, _("Cockpit.CH47.ralt_dimmer"), devices.CANTED_CONSOLE, device_commands.Button_16, 739)
AddFunction(new PushButton(this, devices.TERTIARY_REFLECTS.ToString("d"), Commands.Button.Button_1.ToString("d"), "1209", "M880 Chronometer", "Select Button", "%.1f")); // elements["M880_SEL"] = button({0, 1}, _("Cockpit.Generic.clock_select_btn"), devices.TERTIARY_REFLECTS, device_commands.Button_1, 1209, {{SOUND_SW07_OFF, SOUND_SW07_ON}})
Expand Down
Loading

0 comments on commit e8ee514

Please sign in to comment.