From 12d13aeb99eb7d8eab247587214d9a16b228a13b Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sat, 4 Jun 2022 01:35:42 -0700 Subject: [PATCH] Remove gps_max_dop. --- config.proto | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config.proto b/config.proto index 9fa7d5b..308f51f 100644 --- a/config.proto +++ b/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