mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Remove gps_max_dop.
This commit is contained in:
parent
01a856536c
commit
12d13aeb99
1 changed files with 0 additions and 10 deletions
10
config.proto
10
config.proto
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue