sparkfun / SparkFun_u-blox_GNSS_Arduino_Library

An Arduino library which allows you to communicate seamlessly with the full range of u-blox GNSS modules
Other
227 stars 100 forks source link

Add get/setNAV5PositionAccuracy #224

Closed cyclops1982 closed 5 months ago

cyclops1982 commented 5 months ago

As asked/suggested/requested in #223.

This adds the option so set the pAcc parameter via UBX-CFG-NAV5.

The name of the method is somewhat strange. this is primarily because there is already a getPositionAccuracy.

cyclops1982 commented 5 months ago

Thanks @PaulZC - i think i got everything now.

PaulZC commented 5 months ago

Nice work Ruben - thanks! Merging...