SlashDevin / NeoGPS

NMEA and ublox GPS parser for Arduino, configurable to use as few as 10 bytes of RAM
GNU General Public License v3.0
714 stars 196 forks source link

Runtime configuration of LAST_SENTENCE_IN_INTERVAL #97

Open wygonski opened 6 years ago

wygonski commented 6 years ago

We are successfully using NeoGPS with a number of different GPS units. Thanks you immensely for an easy to use, powerful library. We are encountering a situation where our uses desire to configure their GPS for specific NMEA sentences, which we have difficulty supporting because LAST_SENTENCE_IN_INTERVAL is hard-coded in NMEAGPS_cfg.h and so we must create user-specific builds to support their GPS configuration.

I'm asking if other have dealt with this situation and how they solved it.

Thanks, John