Merge pull request #13 from davidp57/correct-f-15e-ufc

Correct f 15e ufc
This commit is contained in:
Bailey 2024-01-20 09:43:49 +09:00 committed by GitHub
commit ca7329ba89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
-- F-15E Export 30 June 2023
-- IF YOU ARE USING NORSK-L's STREAMDECK PROFILE THEN YOU MUST SET THE FOLLOWING LINE to "TRUE"
Norsk_UFC = "FALSE" -- "TRUE" or "FALSE"
-- IF YOU ARE USING NORSK-L's STREAMDECK PROFILE THEN YOU MUST SET THE FOLLOWING LINE to true
Norsk_UFC = false -- true or false
-- version 0.7a
-- quick fix for the UFC crashes on GC align or when selecting the PP-EGI option - the F15 sends a really dodgy character that is being sent by the sim which is ok unless its in a modified string with escape characters...
@ -869,7 +869,7 @@ function ExportScript.ProcessIkarusDCSConfigLowImportance(mainPanelDevice) -- Po
-- TEST DISPLAY
ExportScript.Tools.SendData(757575,"⚪⚫\n🟡🔴\n🟢❌")
-- ADVANCED UFC IMPLEMENTATION v1
if Norsk_UFC == "TRUE" then
if Norsk_UFC then
PILOT_UFCa(ExportScript.Tools.getListIndicatorValue(9))
else
PILOT_UFC(ExportScript.Tools.getListIndicatorValue(9))