kosma / minmea

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

set "\r" "\r\n" "\n" is allowed at the end of this sentence. #49

Closed qiuzhiqian closed 2 years ago

qiuzhiqian commented 4 years ago

when sentence end is "\r" "\n" "\r\n",minmea_check will return falase.This is not the expected result.We should let minmea_check return true when “\r” "\n" "\r\n" at end of sentence

kosma commented 2 years ago

Closed in favor of #41.