add the heading to the inbound structure

此提交包含在:
Sven Czarnian
2022-10-24 21:23:09 +02:00
父節點 807b9f5db1
當前提交 c080ddb987
共有 3 個檔案被更改,包括 18 行新增1 行删除

查看文件

@@ -21,6 +21,12 @@ export class FlightState {
})
groundSpeed: number;
@Prop({
required: true,
type: Number,
})
heading: number;
@Prop({
required: true,
type: Number,