Skip to content

Commit b74bdad

Browse files
committed
Add FP, IP, ST, HB to F14 waypoint programming
1 parent ed8d2e2 commit b74bdad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Mods/tech/mdc/export.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,10 +525,15 @@ end
525525
programF14Flightplan = function(time)
526526
log("Start programming F-14 ...")
527527

528+
-- WP1, WP2, WP3, FP, IP, ST, HB
528529
local wp_btn_map = {
529530
[1] = buttons.RIO_CAP_BTN_1,
530531
[2] = buttons.RIO_CAP_BTN_2,
531532
[3] = buttons.RIO_CAP_BTN_3,
533+
[4] = buttons.RIO_CAP_BTN_4,
534+
[5] = buttons.RIO_CAP_BTN_5,
535+
[6] = buttons.RIO_CAP_BTN_9,
536+
[7] = buttons.RIO_CAP_BTN_6,
532537
}
533538

534539
for i, wp in ipairs(mdc.waypoints) do

0 commit comments

Comments
 (0)