From dbe010cbc556a3f07136b7eac67e62f115285db8 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期日, 24 三月 2024 19:00:15 +0800 Subject: [PATCH] Merge branch '免布线URT-LORA-L071' of http://47.108.70.204:60062/r/XRange_Tag into 免布线URT-LORA-L071 --- Src/application/GPS.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Src/application/GPS.h b/Src/application/GPS.h index bce34c1..367b9f3 100644 --- a/Src/application/GPS.h +++ b/Src/application/GPS.h @@ -64,6 +64,8 @@ HIDO_UINT8 m_u8Hour; HIDO_UINT8 m_u8Min; //minute HIDO_UINT8 m_u8Sec; //second + HIDO_FLOAT m_fAlt; + HIDO_FLOAT m_fMsl; }ST_GPS; typedef enum -- Gitblit v1.9.3