From c152030ec07953703745a3a005fdf6d54c8432db Mon Sep 17 00:00:00 2001 From: IZ1IVA <75425638+IZ1IVA@users.noreply.github.com> Date: Thu, 27 Oct 2022 19:58:14 +0200 Subject: [PATCH] Fixed discrepancy --- docs/settings/config/position.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/settings/config/position.mdx b/docs/settings/config/position.mdx index f060714e..1ff09368 100644 --- a/docs/settings/config/position.mdx +++ b/docs/settings/config/position.mdx @@ -110,7 +110,7 @@ All Position config commands are available in the python CLI. Example commands a | position.gps_attempt_time | `integer` (seconds) | Default of `0` is 30 Seconds | | position.fixed_position | `true`, `false` | `false` | | position.broadcast_smart_enabled | `true`, `false` | `true` | -| position.broadcast_secs | `integer` (seconds) | Default of `0` is 15 Minutes | +| position.position_broadcast_secs | `integer` (seconds) | Default of `0` is 15 Minutes | | position.flags | `UNSET`, `ALTITUDE`, `ALTITUDE_MSL`, `GEOIDAL_SEPARATION`, `DOP`, `HVDOP`, `PDOP`, `SATINVIEW`, `SEQ_NO`, `TIMESTAMP`, `HEADING`, `SPEED` | `UNSET` | @@ -182,4 +182,4 @@ All position config options are available in the Web UI. :::caution Altering/disabling the GPS functionality does not mean that you will be unable to be found. Via triangulation of your radio, location may be given up to someone if they are determined enough. -::: \ No newline at end of file +:::