mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +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["LatDeg"] = LatDeg;
|
||||
json["LonDeg"] = LonDeg;
|
||||
json["AltMslM"] = HeightMslM;
|
||||
json["HeightMslM"] = HeightMslM;
|
||||
json["HeightAglM"] = HeightAglM;
|
||||
return json;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user