mirror of
https://github.com/weyne85/DCS-ExportScripts.git
synced 2025-10-29 16:58:18 +00:00
fubar
This commit is contained in:
parent
766b17d85d
commit
b883746dfb
@ -368,7 +368,7 @@ function ExportScript.AF.StatusLamp()
|
|||||||
ExportScript.Tools.SendDataDAC("730", (lEngineInfo.RPM.left > 99.95 and 1 or 0) ) -- lamp after burner left engine
|
ExportScript.Tools.SendDataDAC("730", (lEngineInfo.RPM.left > 99.95 and 1 or 0) ) -- lamp after burner left engine
|
||||||
ExportScript.Tools.SendDataDAC("731", (lEngineInfo.RPM.right > 99.95 and 1 or 0) ) -- lam after burner right engine
|
ExportScript.Tools.SendDataDAC("731", (lEngineInfo.RPM.right > 99.95 and 1 or 0) ) -- lam after burner right engine
|
||||||
end
|
end
|
||||||
|
|
||||||
local lAccelerationUnits = LoGetAccelerationUnits()
|
local lAccelerationUnits = LoGetAccelerationUnits()
|
||||||
if lAccelerationUnits ~= nil then
|
if lAccelerationUnits ~= nil then
|
||||||
--ExportScript.Tools.WriteToLog('lAccelerationUnits: '..ExportScript.Tools.dump(lAccelerationUnits))
|
--ExportScript.Tools.WriteToLog('lAccelerationUnits: '..ExportScript.Tools.dump(lAccelerationUnits))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user