helios icon indicating copy to clipboard operation
helios copied to clipboard

Duplicate Function IDs in the Black Shark interface (251)

Open BlueFinBima opened this issue 6 years ago • 0 comments

If this is valid then it should not throw an error and if not, it would be great to see this resolved.

27/06/2018 19:10:20 - Error - UDP interface created duplicate function ID. (Interface="DCS Black Shark", Function ID="251") 27/06/2018 19:10:20 - Error - UDP interface created duplicate function ID. (Interface="DCS Black Shark", Function ID="251")

Line 671 in BlackSharkInterface.cs has AddFunction(new PushButton(this, FIRE_EXTING_INTERFACE, BUTTON_11, "251", "Fire Extinguishers", "Test Indicator Group 1", "0.1", "0.0", null)); AddFunction(new PushButton(this, FIRE_EXTING_INTERFACE, BUTTON_12, "251", "Fire Extinguishers", "Test Indicator Group 2", "0.2", "0.0", null)); AddFunction(new PushButton(this, FIRE_EXTING_INTERFACE, BUTTON_13, "251", "Fire Extinguishers", "Test Indicator Group 3", "0.3", "0.0", null));

BlueFinBima avatar Jun 27 '18 19:06 BlueFinBima