From 04a841f0c3405ecc7bb3e1685a1acc7e402b9a9b Mon Sep 17 00:00:00 2001 From: nuknal Date: Fri, 11 Oct 2024 11:57:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E6=B1=9F=E6=BA=90=E4=B8=80=E5=8F=B7?= =?UTF-8?q?=E5=9C=A8=20AOS=20=E5=B8=A7=E7=9A=84=E6=95=B0=E6=8D=AE=E5=9F=9F?= =?UTF-8?q?=E6=9C=80=E5=90=8E=202=20=E5=AD=97=E8=8A=82=E4=B8=BA=E5=A1=AB?= =?UTF-8?q?=E5=85=85=E5=AD=97=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extract/aos.go | 1 + 1 file changed, 1 insertion(+) diff --git a/extract/aos.go b/extract/aos.go index eaabf6d..856c261 100644 --- a/extract/aos.go +++ b/extract/aos.go @@ -66,6 +66,7 @@ func (p *Extractor) ExtractAosData() (string, error) { errFrameCnt++ } + // 三江源一号在 AOS 帧的数据域最后 2 字节为填充字节 wData.Write(rawData[i+10 : i+894]) i += 1024 validFrameCnt++