Skip to content

Commit

Permalink
Merge pull request #369 from farmerbriantee/Altitude
Browse files Browse the repository at this point in the history
Uopdate Elevation file
  • Loading branch information
farmerbriantee committed Feb 13, 2024
2 parents d4f1f0b + b97a22e commit 5759590
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 35 deletions.
11 changes: 3 additions & 8 deletions SourceCode/GPS/Forms/FormGPS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public partial class FormGPS : Form
public bool isJobStarted = false, isBtnAutoSteerOn, isLidarBtnOn = true;

//if we are saving a file
public bool isSavingFile = false, isLogNMEA = false, isLogElevation = false;
public bool isSavingFile = false, isLogNMEA = false;

//texture holders
public uint[] texture;
Expand Down Expand Up @@ -543,13 +543,6 @@ private void FormGPS_Load(object sender, EventArgs e)
}
}
}

DateTime dt2 = new DateTime(2024, 02, 13);
if (DateTime.Now > dt2)
{
YesMessageBox("This version is expired");
Environment.Exit(0);
}
}

private void FormGPS_FormClosing(object sender, FormClosingEventArgs e)
Expand Down Expand Up @@ -928,6 +921,8 @@ public void JobClose()
btnResumePath.Image = Properties.Resources.pathResumeStart;
recPath.currentPositonIndex = 0;

sbGrid.Clear();

//reset field offsets
if (!isKeepOffsetsOn)
{
Expand Down
15 changes: 0 additions & 15 deletions SourceCode/GPS/Forms/Form_First.Designer.cs

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

5 changes: 3 additions & 2 deletions SourceCode/GPS/Forms/OpenGL.Designer.cs

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

27 changes: 20 additions & 7 deletions SourceCode/GPS/Forms/Position.designer.cs

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

6 changes: 3 additions & 3 deletions SourceCode/GPS/Forms/SaveOpen.Designer.cs

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

0 comments on commit 5759590

Please sign in to comment.