Updated IFF - antenna switch. Thanks -Hammer-

This commit is contained in:
Bailey 2022-01-20 08:44:56 +09:00 committed by GitHub
parent 0f9e8c6b5e
commit 83c45a04c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -724,7 +724,7 @@ ExportScript.ConfigArguments =
[785] = "%1d", -- Canopy jettison lever
[786] = "%1d", -- Canopy Jettison Lever Unlock Button
-- Antenna Select Panel
[706] = "%1d", -- IFF - antenna switch
[706] = "%0.2f", -- IFF - antenna switch
[707] = "%1d", -- UHF - antenna switch
[708] = "%1d", -- EGI HQ TOD
-- RWR
@ -22000,4 +22000,4 @@ function ExportScript.AF.exportCDU()
ExportScript.Tools.SendData(2038, cdu_lines[9])
ExportScript.Tools.SendData(2039, cdu_lines[10])
end
end