Skip to content

Commit

Permalink
[F15E] Add TF as selectable display
Browse files Browse the repository at this point in the history
  • Loading branch information
the-paid-actor committed Oct 25, 2023
1 parent b8ea668 commit c8ffd6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dcs-dtc/Models/F15E/Upload/DisplayBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ private void SelectDisplay(Device device, Display display, bool returnToRoot = t
{
AppendCommand(device.GetCommand("PB03"));
}
else if (display == Display.TF)
{
AppendCommand(device.GetCommand("PB04"));
}
else if (display == Display.TSD)
{
AppendCommand(device.GetCommand("PB05"));
Expand Down

0 comments on commit c8ffd6b

Please sign in to comment.