1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-12 19:10:27 +03:00

Update GPS_fix_estimation.md

Typo in line 74 instead of km/h to cm/s it was written m/s
This commit is contained in:
nicesub 2025-01-22 19:16:25 +00:00 committed by GitHub
parent d4e6727867
commit 5fe3cd6eca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ To find out cruise airspeed, make a test flight. Enable ground speed display on
Cruise airspeed is specified in cm/s. Cruise airspeed is specified in cm/s.
To convert km/h to m/s, multiply by 27.77. To convert km/h to cm/s, multiply by 27.77.
Example: 100 km/h = 100 * 27.77 = 2777 cm/s Example: 100 km/h = 100 * 27.77 = 2777 cm/s