Skip to content

Commit

Permalink
remove whitespaec
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Aug 15, 2024
1 parent f183cee commit a1789d5
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit a1789d5

Please sign in to comment.