Fixed "Magnetic" typo
This commit is contained in:
parent
93794b64ca
commit
4a7c719978
@ -211,7 +211,7 @@ def tell(msg: str) -> None:
|
||||
_print("True airspeed", commb.tas50(msg), "knots")
|
||||
|
||||
if BDS == "BDS60":
|
||||
_print("Megnatic Heading", commb.hdg60(msg), "degrees")
|
||||
_print("Magnetic Heading", commb.hdg60(msg), "degrees")
|
||||
_print("Indicated airspeed", commb.ias60(msg), "knots")
|
||||
_print("Mach number", commb.mach60(msg))
|
||||
_print("Vertical rate (Baro)", commb.vr60baro(msg), "feet/minute")
|
||||
|
Loading…
Reference in New Issue
Block a user