mikalhart / TinyGPSPlus

A new, customizable Arduino NMEA parsing library
http://arduiniana.org
1.05k stars 486 forks source link

Feature request: get last nmea sentence #94

Closed denzen84 closed 2 years ago

denzen84 commented 2 years ago

Need this feature to filter and redirect NMEA after TinyGPSplus parser. Buffer is private for the object and I can't access it. Of cource I can use my fork, but I don't want use this way. Thanks.

mikalhart commented 2 years ago

Hi @denzen84. This is a common request, but I think storing NMEA for reuse should be done outside TinyGPS++. See https://github.com/mikalhart/TinyGPSPlus/issues/73 for example.