From 4c1359741a193a776fa3b9c0da61af5afbce42c0 Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期三, 06 三月 2024 16:24:24 +0800
Subject: [PATCH] 功率测试固件1.0

---
 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