mirror of
https://github.com/weyne85/DCS-ExportScripts.git
synced 2025-10-29 16:58:18 +00:00
correction typo
This commit is contained in:
parent
b30e99646e
commit
92033906bf
@ -73,7 +73,7 @@ ExportScript.ConfigEveryFrameArguments =
|
|||||||
[77] = "%.4f", -- RKL-41 needle {0.0, 1.0}{0.0, math.pi * 2.0}
|
[77] = "%.4f", -- RKL-41 needle {0.0, 1.0}{0.0, math.pi * 2.0}
|
||||||
[156] = "%.4f", -- RKL-41 Signal
|
[156] = "%.4f", -- RKL-41 Signal
|
||||||
[531] = "%.4f", -- KM-8 heading {0.0, 1.0}{0.0, math.pi * 2.0}
|
[531] = "%.4f", -- KM-8 heading {0.0, 1.0}{0.0, math.pi * 2.0}
|
||||||
[530] = "%.4f", -- KM-8 variation {-1.0, 1.0}{-math.pi, math.pi}
|
[530] = "%.4f", -- KM-8 variation {1.0, -1.0}{-math.pi, math.pi}
|
||||||
-- electric interface
|
-- electric interface
|
||||||
[92] = "%.4f", -- Voltmeter {0.0, 1.0}{0.0, 40.0}
|
[92] = "%.4f", -- Voltmeter {0.0, 1.0}{0.0, 40.0}
|
||||||
[93] = "%.4f", -- Ampermeter {0.0, 1.0}{-100.0, 300.0}
|
[93] = "%.4f", -- Ampermeter {0.0, 1.0}{-100.0, 300.0}
|
||||||
@ -645,7 +645,7 @@ function ExportScript.ProcessIkarusDCSConfigHighImportance(mainPanelDevice)
|
|||||||
|
|
||||||
-- HSI correction
|
-- HSI correction
|
||||||
--[41] = "%.4f", -- HSI heading {1.0, 0.0} {0.0, math.pi * 2.0}
|
--[41] = "%.4f", -- HSI heading {1.0, 0.0} {0.0, math.pi * 2.0}
|
||||||
--[42] = "%.4f", -- HSI commanded course needle (white needle) {1.0, 0.0} {0.0, math.pi * 2.0}
|
--[42] = "%.4f", -- HSI commanded course needle (wihte needle) {1.0, 0.0} {0.0, math.pi * 2.0}
|
||||||
local lHeading = mainPanelDevice:get_argument_value(41)
|
local lHeading = mainPanelDevice:get_argument_value(41)
|
||||||
local lCommandCourse = mainPanelDevice:get_argument_value(42)
|
local lCommandCourse = mainPanelDevice:get_argument_value(42)
|
||||||
if lHeading < 0.0 then
|
if lHeading < 0.0 then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user