cyclops1982 / RAKTracker

Example code that get's a distance measure and sends it via lora. First implementation. Very basic.
0 stars 0 forks source link

Add option to set accuracy mask #9

Closed cyclops1982 closed 4 weeks ago

cyclops1982 commented 11 months ago

The getGnssFixOk() check is the fix is within the accuracy mask, but we can't control the mask itself.

We've seen that in some cases the accuracy is quite wide and this could lead to false geofence issues. We should have a way to configure it.

cyclops1982 commented 4 weeks ago

This was merged in #16