Skip to content

Commit b89451e

Browse files
committed
CurrentState: fix altasl unit display #2790
1 parent d31428f commit b89451e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExtLibs/ArduPilot/CurrentState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public float alt
297297
}
298298

299299
[GroupText("Position")]
300-
[DisplayText("Altitude (dist)")]
300+
[DisplayText("Altitude (alt)")]
301301
public float altasl
302302
{
303303
get => _altasl * multiplieralt;

0 commit comments

Comments
 (0)