Skip to content

Commit

Permalink
OH-58D: Add Ignition Panel (#846)
Browse files Browse the repository at this point in the history
Fixes #732
  • Loading branch information
charliefoxtwo authored Jul 14, 2024
1 parent b3b9a10 commit c973907
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Scripts/DCS-BIOS/doc/Addresses.h
Original file line number Diff line number Diff line change
Expand Up @@ -28977,6 +28977,8 @@
#define OH_58D_FRONT_OVERHEAD_SW_FADEC_AM 0x8A0C, 0x0004
#define OH_58D_FRONT_OVERHEAD_SW_IGN 0x8A0C, 0x0020, 5
#define OH_58D_FRONT_OVERHEAD_SW_IGN_AM 0x8A0C, 0x0020
#define OH_58D_IGNITION_KEY 0x8A1A, 0x4000, 14
#define OH_58D_IGNITION_KEY_AM 0x8A1A, 0x4000
#define OH_58D_PLT_COLLECTIVE_CHANNEL_SEL_LR 0x8A18, 0x0600, 9
#define OH_58D_PLT_COLLECTIVE_CHANNEL_SEL_UD 0x8A18, 0x0180, 7
#define OH_58D_PLT_COLLECTIVE_EMERGENCY_JETTISON 0x8A1A, 0x0008, 3
Expand Down
4 changes: 3 additions & 1 deletion Scripts/DCS-BIOS/lib/modules/aircraft_modules/OH-58D.lua
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,9 @@ OH_58D:defineSpringloaded_3PosTumb("PLT_COLLECTIVE_SCAS_TRIM_LR", devices.SCAS,
OH_58D:definePushButton("PLT_COLLECTIVE_IZLID", devices.SYNC, 3046, 49, COLLECTIVE_PILOT, "IZLID (Gun Laser)")

-- Ignition Panel
-- local IGNITION_PANEL = "Ignition Panel"
local IGNITION_PANEL = "Ignition Panel"

OH_58D:defineToggleSwitch("IGNITION_KEY", devices.ELECTRIC, 3035, 50, IGNITION_PANEL, "Ignition Keylock Switch")

-- CMWS Panel
-- local CMWS_PANEL = "CMWS Panel"
Expand Down

0 comments on commit c973907

Please sign in to comment.