mihai-dinculescu / msfs-2020-gps-link

Transmit GPS data from Microsoft Flight Simulator 2020 to navigation apps.
MIT License
15 stars 1 forks source link

GPS speed correction #34

Closed PavelFilippovich closed 2 years ago

PavelFilippovich commented 2 years ago

Hello! The program is excellent! Flying began to look very different with Jeppesen Flitedeсk. Only the speed is transmitted with an error. Therefore, Flitedeck displays it incorrectly and does not calculate the travel time correctly. Could you fix this?

2022-11-13_10-46-26

2022-11-13_10-45-59

PavelFilippovich commented 2 years ago

I will assume that you are transmitting the speed in meters per second, but the GPS should transmit the speed in knots. 151.8 m/s = 295.08 knots It matches the screenshots well.

mihai-dinculescu commented 2 years ago

Thank you for the bug report, @PavelFilippovich .

You are correct, the issue was that the ground speed was sent in meters per second instead of knots.

This has been fixed in v0.3.1.

PavelFilippovich commented 2 years ago

Wow! Everything works right!