Merge pull request #160 from mc-hamster/master

remove gps_max_dop
This commit is contained in:
Jm Casler 2022-06-04 01:36:25 -07:00 committed by GitHub
commit 9de4d3f592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,16 +174,6 @@ message Config {
* window.
*/
uint32 gps_attempt_time = 7;
/*
* GPS maximum DOP accepted (dilution of precision)
* Set a rejection threshold for GPS readings based on their precision,
* relative to the GPS rated accuracy (which is typically ~3m)
* Solutions above this value will be treated as retryable errors!
* Useful range is between 1 - 64 (3m - <~200m)
* By default (if zero), accept all GPS readings
*/
uint32 gps_max_dop = 9;
/*
* Bit field of boolean configuration options for POSITION messages