adafruit / Adafruit_GPS

An interrupt-based GPS Arduino library for no-parsing-required use
Other
471 stars 319 forks source link

Add support for PMTK_LOCUS_CONFIG logging configuration #135

Open XenonofArcticus opened 2 years ago

XenonofArcticus commented 2 years ago

Add support for configuring logging using the PMTK_LOCUS_CONFIG ($PMTK,187) sentence, along with dynamic checksum configuration using code references here https://stackoverflow.com/questions/32076761/nmea-checksum-calculation-calculation

You can manually compute and send the PMTK_LOCUS_CONFIG sentence now, but library support would be nice.