From 83c45a04c20b5393e134740881f5187e6c746cde Mon Sep 17 00:00:00 2001 From: Bailey Date: Thu, 20 Jan 2022 08:44:56 +0900 Subject: [PATCH] Updated IFF - antenna switch. Thanks -Hammer- --- Scripts/DCS-ExportScript/ExportsModules/A-10C_2.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/DCS-ExportScript/ExportsModules/A-10C_2.lua b/Scripts/DCS-ExportScript/ExportsModules/A-10C_2.lua index 1262199..ffcaea2 100644 --- a/Scripts/DCS-ExportScript/ExportsModules/A-10C_2.lua +++ b/Scripts/DCS-ExportScript/ExportsModules/A-10C_2.lua @@ -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 \ No newline at end of file +end