mirror of
https://github.com/weyne85/DCS-ExportScripts.git
synced 2025-10-29 16:58:18 +00:00
correct code errors preventing execution
corrected two code errors preventing execution
This commit is contained in:
parent
4dc59e7f1b
commit
baf1e86f2d
@ -161,7 +161,7 @@ ExportScript.ConfigArguments =
|
|||||||
[231] = "%.2f", --VOR/ILS Power Knob
|
[231] = "%.2f", --VOR/ILS Power Knob
|
||||||
[182] = "%.2f", --Emergency Jettison Button
|
[182] = "%.2f", --Emergency Jettison Button
|
||||||
[114] = "%.2f", --Master Arm
|
[114] = "%.2f", --Master Arm
|
||||||
|
}
|
||||||
-----------------------------
|
-----------------------------
|
||||||
-- HIGH IMPORTANCE EXPORTS --
|
-- HIGH IMPORTANCE EXPORTS --
|
||||||
-- done every export event --
|
-- done every export event --
|
||||||
@ -218,7 +218,7 @@ end
|
|||||||
ExportScript.Tools.WriteToLog(ltmp2..' (metatable): '..ExportScript.Tools.dump(getmetatable(ltmp1)))
|
ExportScript.Tools.WriteToLog(ltmp2..' (metatable): '..ExportScript.Tools.dump(getmetatable(ltmp1)))
|
||||||
end
|
end
|
||||||
]]
|
]]
|
||||||
end
|
|
||||||
|
|
||||||
function ExportScript.ProcessDACConfigLowImportance(mainPanelDevice)
|
function ExportScript.ProcessDACConfigLowImportance(mainPanelDevice)
|
||||||
--[[
|
--[[
|
||||||
@ -239,4 +239,4 @@ function ExportScript.ProcessDACConfigLowImportance(mainPanelDevice)
|
|||||||
|
|
||||||
ExportScript.Tools.SendData(2001, radio1)
|
ExportScript.Tools.SendData(2001, radio1)
|
||||||
ExportScript.Tools.SendData(2002, radio2)
|
ExportScript.Tools.SendData(2002, radio2)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user