Skip to content

Commit

Permalink
Merge pull request #412 from farmerbriantee/Fixes
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
farmerbriantee authored Jul 13, 2024
2 parents f0a84a3 + 7b6259e commit c3f0d84
Show file tree
Hide file tree
Showing 8 changed files with 600 additions and 12 deletions.
2 changes: 1 addition & 1 deletion SourceCode/AgIO/Source/AgIO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\..\AgOpenGPS_v5\</OutputPath>
<OutputPath>..\..\..\AgOpenGPS_v63\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down
3 changes: 2 additions & 1 deletion SourceCode/GPS/AgOpenGPS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\AgOpenGPS_v5\</OutputPath>
<OutputPath>..\..\AgOpenGPS_v63\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down Expand Up @@ -849,6 +849,7 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>gStr.no.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="gStr.pt.resx" />
<EmbeddedResource Include="gStr.tr.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>gStr.tr.Designer.cs</LastGenOutput>
Expand Down
1 change: 0 additions & 1 deletion SourceCode/GPS/Classes/CSim.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public void DoSimTick(double _st)
temp -= ((int)(temp));
temp *= 100;
mf.pn.altitude += temp;


mf.pn.satellitesTracked = 12;

Expand Down
10 changes: 9 additions & 1 deletion SourceCode/GPS/Forms/Controls.Designer.cs

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

22 changes: 16 additions & 6 deletions SourceCode/GPS/Forms/FormGPS.Designer.cs

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

12 changes: 12 additions & 0 deletions SourceCode/GPS/Forms/OpenGL.Designer.cs

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

4 changes: 2 additions & 2 deletions SourceCode/GPS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("6.3.2")]
[assembly: AssemblyFileVersion("6.3.2")]
[assembly: AssemblyVersion("6.3.3")]
[assembly: AssemblyFileVersion("6.3.3")]
Loading

0 comments on commit c3f0d84

Please sign in to comment.