Skip to content

Commit

Permalink
Few fixes for KSXT
Browse files Browse the repository at this point in the history
  • Loading branch information
farmerbriantee committed Feb 4, 2022
1 parent 24a4e74 commit 4c72262
Show file tree
Hide file tree
Showing 6 changed files with 101 additions and 87 deletions.
35 changes: 25 additions & 10 deletions SourceCode/AgIO/Source/Forms/FormGPSData.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion SourceCode/AgIO/Source/Forms/FormGPSData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ private void timer1_Tick(object sender, EventArgs e)
tboxHDT.Text = mf.hdtSentence;
//tboxRMC.Text = mf.rmcSentence;
tboxHPD.Text = mf.hpdSentence;
tboxPANDA.Text = mf.pandaSentence;
tboxPANDA.Text = mf.pandaSentence;
tboxKSXT.Text = mf.ksxtSentence;
}

private void FormGPSData_Load(object sender, EventArgs e)
Expand All @@ -59,6 +60,7 @@ private void FormGPSData_Load(object sender, EventArgs e)
tboxPAOGI.Text = "";
tboxHPD.Text = "";
tboxPANDA.Text = "";
tboxKSXT.Text = "";
}

private void FormGPSData_FormClosing(object sender, FormClosingEventArgs e)
Expand Down
4 changes: 2 additions & 2 deletions SourceCode/AgIO/Source/Forms/NMEA.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Support/Misc/Sims/UDP_Sim/UDP_Sim.exe
Binary file not shown.
4 changes: 0 additions & 4 deletions Support/Misc/Sims/UDP_Sim/UDP_Sim/FormSim.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4c72262

Please sign in to comment.