1、优化d331内的GGA解析

This commit is contained in:
weidong 2025-03-25 22:33:47 +08:00
parent feb5c4224a
commit fb1b89933f

View File

@ -73,7 +73,7 @@ public class Gga {
pos += data.getUnsignedShortLE(pos) + 4;//length+payload+crc pos += data.getUnsignedShortLE(pos) + 4;//length+payload+crc
} }
else{ else{
break; pos++;
} }
} }
if(found){ if(found){