Merge pull request #16 from ExoLightFR/master

fix(F-15E): wrong indicator index for WSO UFC
This commit is contained in:
Bailey 2024-01-20 23:50:42 +09:00 committed by GitHub
commit 936ee3c2db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -874,7 +874,7 @@ function ExportScript.ProcessIkarusDCSConfigLowImportance(mainPanelDevice) -- Po
else else
PILOT_UFC(ExportScript.Tools.getListIndicatorValue(9)) PILOT_UFC(ExportScript.Tools.getListIndicatorValue(9))
end end
WSO_UFC(ExportScript.Tools.getListIndicatorValue(21)) WSO_UFC(ExportScript.Tools.getListIndicatorValue(18))
-- COMBINED FUEL DISPLAY -- COMBINED FUEL DISPLAY
ExportScript.Tools.SendData(83830,FUEL_display(mainPanelDevice,0)) -- NOTE EXPORT ID HAS CHANGED ExportScript.Tools.SendData(83830,FUEL_display(mainPanelDevice,0)) -- NOTE EXPORT ID HAS CHANGED
-- INDIVIDUAL FUEL DATA -- INDIVIDUAL FUEL DATA
@ -1468,5 +1468,3 @@ end
-- '✅' -- '✅'
-- Created by Trigati...but based on the excellent work of others! -- Created by Trigati...but based on the excellent work of others!