mihai-dinculescu / msfs-2020-gps-link

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

GPS speed correction #34

Closed PavelFilippovich closed 1 year ago

PavelFilippovich commented 1 year 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 1 year 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 1 year 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 1 year ago

Wow! Everything works right!