From cc6605d1714aba003416de3e7f20eaa437701bc3 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Fri, 3 Jun 2022 20:51:13 -0700 Subject: [PATCH] Remove gps_accept_2d It doesn't actually do anything. --- docs/settings/gps.mdx | 49 ------------------------------------------- 1 file changed, 49 deletions(-) diff --git a/docs/settings/gps.mdx b/docs/settings/gps.mdx index 2c9cb48e..fdc2e438 100644 --- a/docs/settings/gps.mdx +++ b/docs/settings/gps.mdx @@ -100,55 +100,6 @@ Configuring this setting is not yet available for the selected platform. If this -### gps_accept_2d - -Determines whether the device should accept 2D GPS fixes. By default, only 3D fixes are accepted (during a 2D fix, altitude values are unreliable and will be excluded). - -#### Enable/Disable 2D GPS Fixes - - - - -```shell title="Enable 2D GPS Fixes" -meshtastic --set gps_accept_2d true -``` - -```shell title="Disable 2D GPS Fixes" -meshtastic --set gps_accept_2d false -``` - - - - -:::info -Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. -::: - - - - -:::info -Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. -::: - - - - -:::info -Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. -::: - - - - ### gps_attempt_time Determines the amount of time that a GPS fix should be allowed to take. The default is every 30 seconds. If you increase this value, it will allow the device that amount of time in seconds to acquire coordinates. If the device is unable to get a fix, it will turn off until the next interval. GPS coordinates are updated every [`gps_update_interval`](#gps_update_interval) seconds.