Skip to content

Commit

Permalink
Merge pull request #53 from WildernessLabs/v2.0.1.2
Browse files Browse the repository at this point in the history
Release 2.0.1.2
  • Loading branch information
jorgedevs authored Jan 19, 2025
2 parents b4b1867 + 87c4618 commit 6b9be23
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
14 changes: 7 additions & 7 deletions Source/GnssTracker/GnssTracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<None Include="icon.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Meadow.F7" Version="1.12.8" />
<PackageReference Include="Meadow.Foundation" Version="1.12.8" />
<PackageReference Include="Meadow.Foundation.Displays.ePaper" Version="1.12.8" />
<PackageReference Include="Meadow.Foundation.Sensors.Atmospheric.Bme68x" Version="1.12.8" />
<PackageReference Include="Meadow.Foundation.Sensors.Environmental.Scd4x" Version="1.12.8" />
<PackageReference Include="Meadow.Foundation.Sensors.Gnss.NeoM8" Version="1.12.8" />
<PackageReference Include="Meadow.Foundation.Sensors.Motion.Bmi270" Version="1.12.8" />
<PackageReference Include="Meadow.F7" Version="2.0.1.2" />
<PackageReference Include="Meadow.Foundation" Version="2.0.1.2" />
<PackageReference Include="Meadow.Foundation.Displays.ePaper" Version="2.0.1.2" />
<PackageReference Include="Meadow.Foundation.Sensors.Atmospheric.Bme68x" Version="2.0.1.2" />
<PackageReference Include="Meadow.Foundation.Sensors.Environmental.Scd4x" Version="2.0.1.2" />
<PackageReference Include="Meadow.Foundation.Sensors.Gnss.NeoM8" Version="2.0.1.2" />
<PackageReference Include="Meadow.Foundation.Sensors.Motion.Bmi270" Version="2.0.1.2" />
</ItemGroup>
</Project>
13 changes: 8 additions & 5 deletions Source/GnssTracker_Demo/GnssTracker_Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@
<LangVersion>10.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<None Update="app.config.yaml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<PackageReference Include="Meadow.Foundation.Graphics.MicroLayout" Version="2.0.1.2" />
<ProjectReference Include="..\GnssTracker\GnssTracker.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Meadow.Foundation.Graphics.MicroLayout" Version="1.12.8" />
<ProjectReference Include="..\GnssTracker\GnssTracker.csproj" />
<None Update="app.build.yaml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="app.config.yaml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion Source/GnssTracker_Demo/MeadowApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ private void SolarVoltageUpdated(object sender, IChangeResult<Voltage> e)
// Note: Solar Voltage input has a voltage divider, check schematics to learn more
solarVoltage = e.New * 1.40;
Resolver.Log.Info($"SOLAR VOLTAGE: {solarVoltage:N2} volts");

}

private void GnssRmcReceived(object sender, GnssPositionInfo e)
Expand Down
2 changes: 2 additions & 0 deletions Source/GnssTracker_Demo/app.build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Deploy:
NoLink: [ GnssTracker ]

0 comments on commit 6b9be23

Please sign in to comment.