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