Skip to content

Commit

Permalink
Fix for #846 which reports that some/most output binding for the CH-4…
Browse files Browse the repository at this point in the history
…7F are no longer working after 2.9.9.2280 which changed the devices.lua in a non-backward compatible manner.
  • Loading branch information
BlueFinBima committed Nov 1, 2024
1 parent 20e455f commit f853f22
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 deletions Aircraft CH-47F Plugin/Interfaces/Devices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ internal enum devices
MFD_CENTER,
MFD_PILOT_INBOARD,
MFD_PILOT_OUTBOARD,
FD,
ADC,
DTU,
CAAS,
Expand All @@ -50,8 +51,6 @@ internal enum devices
EMERGENCY_PANEL,
LIGHTING_REFLECTS,
TERTIARY_REFLECTS,
FD,
TURN,
GPS1,
GPS2,
EGI1,
Expand All @@ -68,25 +67,28 @@ internal enum devices
ARC_186,
ARC_201,
ARC_220,
COMM_PANEL_LEFT, // Communications Panel (COMM - LEFT)
COMM_PANEL_RIGHT, // Communications Panel (COMM - RIGHT)
COMM_PANEL_LEFT,
COMM_PANEL_RIGHT,
COMM_PANEL_TROOP_COMMANDER,
COMM_PANEL_LH_GUNNER,
COMM_PANEL_RH_GUNNER,
COMM_PANEL_AFT_ENGINEER,
INTERCOM, // must be last in radio group
TURN_IND,
INTERCOM,
CREWE,
WORKSTATIONS,
AFT_WORKSTATION,
HELMET_DEVICE,
MACROS,
ARCADE,
KNEEBOARD,
AN_APR39, // RWR
AN_AAR57, // CMWS
AN_ALE47, // ICMDS
VPM1, // Video Processing Module
VPM2, // Video Processing Module
AN_APR39,
AN_AAR57,
AN_ALE47,
VPM1,
VPM2,
CREW_ANIMATION,
VISOR,
}

}
2 changes: 1 addition & 1 deletion InterfaceFiles/Interfaces
Submodule Interfaces updated 1 files
+635 −635 Helios.CH47F.hif.json

0 comments on commit f853f22

Please sign in to comment.