mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 18:55:38 +08:00
Fix TransceiverDto::toJson
This commit is contained in:
committed by
Mat Sutcliffe
parent
44146353a6
commit
cc3151ef6f
@@ -119,7 +119,8 @@ namespace BlackCore
|
|||||||
json["Frequency"] = static_cast<int>(frequency);
|
json["Frequency"] = static_cast<int>(frequency);
|
||||||
json["LatDeg"] = LatDeg;
|
json["LatDeg"] = LatDeg;
|
||||||
json["LonDeg"] = LonDeg;
|
json["LonDeg"] = LonDeg;
|
||||||
json["AltMslM"] = HeightMslM;
|
json["HeightMslM"] = HeightMslM;
|
||||||
|
json["HeightAglM"] = HeightAglM;
|
||||||
return json;
|
return json;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user