MavLink_FrSkySPort
MavLink_FrSkySPort copied to clipboard
GPS-speed in LUA script is not converted to km/h or miles/hour
Hi!
As I understand, getValue(211) returns gps speed in knots. It is mentioned in LOG file of Taranis and in some forum sources. LUA reference table doesn't clarify this because it mentiones GPS speed {???}
Author mentiones that this script is showing speed in kph but the string is simply pulling getValue(211) and displays it on screen. In order to convert knots to kph we have to: getValue(211) * 50 / 27
Do I understand it correctly? Or am I wrong? Thank you