From 9b390106499134c1fc6693fb1f772c52da8d9e4e Mon Sep 17 00:00:00 2001 From: surenjun Date: Tue, 8 Apr 2025 14:49:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=80=E5=9E=8B=E6=9C=BAgps=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E6=B5=B7=E6=8B=94=E9=AB=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/common/rearEndUnitsTool/tool/UdpByOne.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/common/rearEndUnitsTool/tool/UdpByOne.ts b/entry/src/main/ets/common/rearEndUnitsTool/tool/UdpByOne.ts index d35c2ddd..2dd9a61c 100644 --- a/entry/src/main/ets/common/rearEndUnitsTool/tool/UdpByOne.ts +++ b/entry/src/main/ets/common/rearEndUnitsTool/tool/UdpByOne.ts @@ -139,7 +139,7 @@ export default class UdpByOne { // 收星数84 newMessage[84] = GPGGAMsgArr[7]; // 海拔高85 - newMessage[80] = GPGGAMsgArr[9]; + newMessage[85] = GPGGAMsgArr[9]; // 高度差86 newMessage[86] = GPGGAMsgArr[11]; // 龄期87