Skip to content

Commit

Permalink
P-47D radio use output for DCS-BIOS commands (#511)
Browse files Browse the repository at this point in the history
* P-47D radio use output for DCS-BIOS commands

* Output uses suggested step for variable step
  • Loading branch information
jdahlblom authored Apr 2, 2024
1 parent 519186d commit 16ed53a
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 104 deletions.
2 changes: 1 addition & 1 deletion src/DCSFPCommon
1 change: 1 addition & 0 deletions src/DCSFlightpanels.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=LCD/@EntryIndexedValue">LCD</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=LCDPZ/@EntryIndexedValue">LCDPZ</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=LE/@EntryIndexedValue">LE</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=LED/@EntryIndexedValue">LED</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=LF/@EntryIndexedValue">LF</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=MB/@EntryIndexedValue">MB</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=MK/@EntryIndexedValue">MK</s:String>
Expand Down
11 changes: 0 additions & 11 deletions src/DCSFlightpanels/Windows/DCSBiosInputWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@ public partial class DCSBiosInputWindow
private Popup _popupSearch;
private DataGrid _dataGridValues;

/*public DCSBiosInputWindow()
{
InitializeComponent();
DCSBIOSControlLocator.LoadControls();
_dcsbiosControls = DCSBIOSControlLocator.GetInputControls();
foreach (var dcsbiosControl in _dcsbiosControls)
{
Debug.Print(dcsbiosControl.identifier);
}
}*/

public DCSBiosInputWindow(string description)
{
InitializeComponent();
Expand Down
Loading

0 comments on commit 16ed53a

Please sign in to comment.