kosma / minmea

a lightweight GPS NMEA 0183 parser library in pure C
Do What The F*ck You Want To Public License
756 stars 246 forks source link

GPGGA latitude parse error #17

Closed rmarin closed 8 years ago

rmarin commented 8 years ago

WHen trying to parse "$GPGGA,205846.00,0612.62977,N,07533.94743,W,2,12,0.82,1612.5,M,2.6,M,,0000*4B" latitude should show 6.210496, it's currently showing 26.210496. It adds a 2 at the begining

rmarin commented 8 years ago

there is no issue here!